2008-07-18 02:37:23 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = winhttp.dll
|
2009-10-21 13:19:15 +02:00
|
|
|
IMPORTS = winhttp crypt32 advapi32 kernel32
|
2008-07-18 02:37:23 +02:00
|
|
|
|
|
|
|
CTESTS = \
|
2008-09-03 12:31:52 +02:00
|
|
|
notification.c \
|
2008-09-23 13:32:50 +02:00
|
|
|
url.c \
|
2008-07-18 02:37:23 +02:00
|
|
|
winhttp.c
|
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|