mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
23 lines
374 B
Makefile
23 lines
374 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = crypt32.dll
|
|
IMPORTS = crypt32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
base64.c \
|
|
cert.c \
|
|
chain.c \
|
|
crl.c \
|
|
encode.c \
|
|
main.c \
|
|
oid.c \
|
|
protectdata.c \
|
|
sip.c \
|
|
store.c \
|
|
str.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|