summaryrefslogtreecommitdiff
path: root/source4/lib/samba3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-24 03:39:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:29 -0500
commit00e79ceb49d2e21acd90ffa21b931205ff012ef1 (patch)
treef54683f2950f632807ce912da45cef1482c179e3 /source4/lib/samba3
parent12e269c9381da19058f57b313f70066bc06030ac (diff)
downloadsamba-00e79ceb49d2e21acd90ffa21b931205ff012ef1.tar.gz
samba-00e79ceb49d2e21acd90ffa21b931205ff012ef1.tar.bz2
samba-00e79ceb49d2e21acd90ffa21b931205ff012ef1.zip
r9563: I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the lib/samba3
source files are included in make proto. Fixes the build with ./configure.developer. (This used to be commit 691d6a04d76d55bfd61d581759b9be6a72880019)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r--source4/lib/samba3/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk
index 5d96e233b4..64a2293614 100644
--- a/source4/lib/samba3/config.mk
+++ b/source4/lib/samba3/config.mk
@@ -1,7 +1,7 @@
################################################
# Start SUBSYSTEM LIBSAMBA3
[SUBSYSTEM::LIBSAMBA3]
-INIT_OBJ_FILES = \
+ADD_OBJ_FILES = \
lib/samba3/smbpasswd.o \
lib/samba3/tdbsam.o \
lib/samba3/policy.o \