makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / netapi32 / Makefile.in
1 EXTRADEFS = -D_SVRAPI_
2 MODULE    = netapi32.dll
3 IMPORTLIB = netapi32
4 IMPORTS   = iphlpapi ws2_32 advapi32
5
6 C_SRCS = \
7         access.c \
8         apibuf.c \
9         browsr.c \
10         ds.c \
11         local_group.c \
12         nbcmdqueue.c \
13         nbnamecache.c \
14         nbt.c \
15         netapi32.c \
16         netbios.c \
17         share.c \
18         wksta.c
19
20 @MAKE_DLL_RULES@