update for HEAD-2003091401
[reactos.git] / lib / advapi32 / makefile
index 9f2b6fb..729e92e 100644 (file)
@@ -11,6 +11,9 @@ TARGET_CFLAGS = \
  -Werror \
  -fno-builtin
 
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS
+
 TARGET_LFLAGS = -nostartfiles -nostdlib
 
 TARGET_SDKLIBS = ntdll.a kernel32.a
@@ -22,13 +25,17 @@ TARGET_BASE = 0x77DB0000
 MISC_OBJECTS=\
        misc/dllmain.o  \
        misc/shutdown.o \
-       misc/sysfunc.o 
+       misc/sysfunc.o \
+       misc/crstubs.o \
+       misc/aclstubs.o \
+       misc/stubs.o
 
 REGISTRY_OBJECTS=\
        reg/reg.o
 
 SECURITY_OBJECTS=\
        sec/ac.o        \
+       sec/audit.o     \
        sec/lsa.o       \
        sec/misc.o      \
        sec/sec.o       \