summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-18 22:10:13 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-01 17:11:24 +1000
commitdfb206f47e8b9bcf81493e7cb6aed7859fb54042 (patch)
treeda9e4fef4062443c8b7c5a28f4a638d9bf656612 /source3/Makefile.in
parent6d2e796f35dea93ca31e6879e79942a02572754d (diff)
downloadsamba-dfb206f47e8b9bcf81493e7cb6aed7859fb54042.tar.gz
samba-dfb206f47e8b9bcf81493e7cb6aed7859fb54042.tar.bz2
samba-dfb206f47e8b9bcf81493e7cb6aed7859fb54042.zip
s3:param Put 'server_role' functions in another file.
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b8c13cadbe..5ce77dd851 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -426,7 +426,7 @@ READLINE_OBJ = lib/readline.o
# Be sure to include them into your application
POPT_LIB_OBJ = lib/popt_common.o
-PARAM_WITHOUT_REG_OBJ = dynconfig.o param/loadparm.o param/util.o lib/sharesec.o lib/ldap_debug_handler.o
+PARAM_WITHOUT_REG_OBJ = dynconfig.o param/loadparm.o param/loadparm_server_role.o param/util.o lib/sharesec.o lib/ldap_debug_handler.o
PARAM_REG_ADD_OBJ = $(REG_SMBCONF_OBJ) $(LIBSMBCONF_OBJ) $(PRIVILEGES_BASIC_OBJ)
PARAM_OBJ = $(PARAM_WITHOUT_REG_OBJ) $(PARAM_REG_ADD_OBJ)