makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / inkobj / Makefile.in
1 MODULE    = inkobj.dll
2
3 C_SRCS = \
4         inkcollector.c \
5         inkobj.c
6
7 @MAKE_DLL_RULES@