makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / iphlpapi / Makefile.in
1 MODULE    = iphlpapi.dll
2 IMPORTLIB = iphlpapi
3 IMPORTS   = advapi32
4 EXTRALIBS = @RESOLVLIBS@ @LIBKSTAT@
5
6 C_SRCS = \
7         icmp.c \
8         ifenum.c \
9         iphlpapi_main.c \
10         ipstats.c
11
12 RC_SRCS = version.rc
13
14 @MAKE_DLL_RULES@