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