makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winhttp / tests / Makefile.in
1 TESTDLL   = winhttp.dll
2 IMPORTS   = winhttp crypt32 advapi32 ws2_32
3
4 C_SRCS = \
5         notification.c \
6         url.c \
7         winhttp.c
8
9 @MAKE_TEST_RULES@