makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / urlmon / tests / Makefile.in
1 TESTDLL   = urlmon.dll
2 IMPORTS   = urlmon ole32 oleaut32 user32 advapi32
3
4 C_SRCS = \
5         generated.c \
6         misc.c \
7         protocol.c \
8         sec_mgr.c \
9         stream.c \
10         uri.c \
11         url.c
12
13 @MAKE_TEST_RULES@