makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / schannel / Makefile.in
1 MODULE    = schannel.dll
2 IMPORTS   = secur32
3
4 C_SRCS = \
5         lsamode.c \
6         schannel_main.c \
7         usermode.c
8
9 RC_SRCS = version.rc
10
11 @MAKE_DLL_RULES@