From d8e35f882879e189f55b3bca818dd44cc5f0c6fa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 26 Dec 2005 18:03:50 +0000 Subject: 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. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def) --- source4/dsdb/config.mk | 5 ++--- source4/dsdb/samdb/ldb_modules/config.mk | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk index 92f3ee30f4..bcdc92d9c0 100644 --- a/source4/dsdb/config.mk +++ b/source4/dsdb/config.mk @@ -5,9 +5,8 @@ include samdb/ldb_modules/config.mk ################################################ # Start SUBSYSTEM SAMDB [SUBSYSTEM::SAMDB] -INIT_OBJ_FILES = \ - samdb/samdb.o -ADD_OBJ_FILES = \ +OBJ_FILES = \ + samdb/samdb.o \ samdb/samdb_privilege.o \ samdb/cracknames.o \ common/flag_mapping.o diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk index 48296dd18b..3d20bff809 100644 --- a/source4/dsdb/samdb/ldb_modules/config.mk +++ b/source4/dsdb/samdb/ldb_modules/config.mk @@ -2,7 +2,7 @@ # Start MODULE libldb_objectguid [MODULE::libldb_objectguid] SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ +OBJ_FILES = \ objectguid.o REQUIRED_SUBSYSTEMS = \ LIBNDR NDR_MISC @@ -13,7 +13,7 @@ REQUIRED_SUBSYSTEMS = \ # Start MODULE libldb_samldb [MODULE::libldb_samldb] SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ +OBJ_FILES = \ samldb.o # # End MODULE libldb_samldb @@ -23,7 +23,7 @@ INIT_OBJ_FILES = \ # Start MODULE libldb_samba3sam [MODULE::libldb_samba3sam] SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ +OBJ_FILES = \ samba3sam.o # # End MODULE libldb_samldb @@ -33,7 +33,7 @@ INIT_OBJ_FILES = \ # Start MODULE libldb_proxy [MODULE::libldb_proxy] SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ +OBJ_FILES = \ proxy.o # # End MODULE libldb_proxy @@ -44,7 +44,7 @@ INIT_OBJ_FILES = \ # Start MODULE libldb_rootdse [MODULE::libldb_rootdse] SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ +OBJ_FILES = \ rootdse.o # # End MODULE libldb_rootdse -- cgit