summaryrefslogtreecommitdiffstats
path: root/source/libcli/security
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-26 18:03:50 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-12-26 18:03:50 +0000
commit94c81c5bd23dccfee4d47cbcf6e3cd2374053a74 (patch)
treeb0e9814be95c0dc7ca3ec93197e5d13a7e5e459a /source/libcli/security
parent66436be9bc8e3a361dbea809fb21c949b0e5b5aa (diff)
downloadsamba-94c81c5bd23dccfee4d47cbcf6e3cd2374053a74.tar.gz
samba-94c81c5bd23dccfee4d47cbcf6e3cd2374053a74.tar.xz
samba-94c81c5bd23dccfee4d47cbcf6e3cd2374053a74.zip
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time.
Diffstat (limited to 'source/libcli/security')
-rw-r--r--source/libcli/security/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/libcli/security/config.mk b/source/libcli/security/config.mk
index 7faecaf5f2d..368a56d2b47 100644
--- a/source/libcli/security/config.mk
+++ b/source/libcli/security/config.mk
@@ -1,14 +1,14 @@
#################################
# Start SUBSYSTEM LIB_SECURITY_NDR_HELPER
[SUBSYSTEM::LIB_SECURITY_NDR_HELPER]
-ADD_OBJ_FILES = ../../librpc/ndr/ndr_sec_helper.o
+OBJ_FILES = ../../librpc/ndr/ndr_sec_helper.o
# End SUBSYSTEM LIB_SECURITY_NDR_HELPER
#################################
#################################
# Start SUBSYSTEM LIB_SECURITY_NDR
[SUBSYSTEM::LIB_SECURITY_NDR]
-ADD_OBJ_FILES = ../../librpc/gen_ndr/ndr_security.o
+OBJ_FILES = ../../librpc/gen_ndr/ndr_security.o
NOPROTO = YES
REQUIRED_SUBSYSTEMS = LIB_SECURITY_NDR_HELPER
# End SUBSYSTEM LIB_SECURITY_NDR
@@ -17,7 +17,7 @@ REQUIRED_SUBSYSTEMS = LIB_SECURITY_NDR_HELPER
#################################
# Start SUBSYSTEM LIB_SECURITY
[SUBSYSTEM::LIB_SECURITY]
-ADD_OBJ_FILES = security_token.o \
+OBJ_FILES = security_token.o \
security_descriptor.o \
dom_sid.o \
access_check.o \