16 lines
303 B
Makefile
16 lines
303 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = winhttp.dll
|
|
IMPORTS = winhttp crypt32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
notification.c \
|
|
url.c \
|
|
winhttp.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|