makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / advapi32 / Makefile.in
1 EXTRADEFS = -D_ADVAPI32_
2 MODULE    = advapi32.dll
3 IMPORTLIB = advapi32
4 DELAYIMPORTS = rpcrt4
5 EXTRALIBS = @SECURITYLIB@
6
7 C_SRCS = \
8         advapi.c \
9         cred.c \
10         crypt.c \
11         crypt_arc4.c \
12         crypt_des.c \
13         crypt_lmhash.c \
14         crypt_md4.c \
15         crypt_md5.c \
16         crypt_sha.c \
17         eventlog.c \
18         lsa.c \
19         registry.c \
20         security.c \
21         service.c
22
23 IDL_C_SRCS = svcctl.idl
24
25 RC_SRCS = version.rc
26
27 @MAKE_DLL_RULES@