summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-12-11 14:57:30 +0100
committerGünther Deschner <gd@samba.org>2007-12-11 15:26:09 +0100
commit353dba47df7b0626108d62ea9be03ae909cb96b7 (patch)
treece497c61c3353c95be317ef111fbd64e89a3b73a /source3
parent0439fdd777fd2d500a33b912633dced3004ca75e (diff)
downloadsamba-353dba47df7b0626108d62ea9be03ae909cb96b7.tar.gz
samba-353dba47df7b0626108d62ea9be03ae909cb96b7.tar.bz2
samba-353dba47df7b0626108d62ea9be03ae909cb96b7.zip
When building nsswitch, make sure to also build smbcontrol.
Guenther (This used to be commit 3954313d4e3d3a782f0ba41afa5d81b7cc5adac9)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 20dba0c4ae..285255e7f7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1009,7 +1009,8 @@ replacetort : SHOWFLAGS bin/replacetort@EXEEXT@
timelimit : SHOWFLAGS bin/timelimit@EXEEXT@
nsswitch : SHOWFLAGS bin/winbindd@EXEEXT@ bin/wbinfo@EXEEXT@ @WINBIND_NSS@ \
- @WINBIND_WINS_NSS@ bin/pam_winbind.@SHLIBEXT@ @WINBIND_KRB5_LOCATOR@
+ @WINBIND_WINS_NSS@ bin/pam_winbind.@SHLIBEXT@ bin/smbcontrol@EXEEXT@ \
+ @WINBIND_KRB5_LOCATOR@
wins : SHOWFLAGS @WINBIND_WINS_NSS@