summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-05-23 20:46:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:45 -0500
commit4b04b843affb065f527ea4ee8d6a68b7947ed0b6 (patch)
treeae9abd267d6e286de67cdb2e35d13524609e3953 /source3/Makefile.in
parent38daf36d124fbec74afba3a834481001d8000bc6 (diff)
downloadsamba-4b04b843affb065f527ea4ee8d6a68b7947ed0b6.tar.gz
samba-4b04b843affb065f527ea4ee8d6a68b7947ed0b6.tar.bz2
samba-4b04b843affb065f527ea4ee8d6a68b7947ed0b6.zip
r23097: Add a new configure option to disable building SWAT (it is still built by
default). (This used to be commit 910d498a0e44d1c2b76ccddef0cf05e693cf580e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 41316ac67b..955475b1a6 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -155,7 +155,7 @@ PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \
# Note that all executable programs now provide for an optional executable suffix.
-SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ bin/swat@EXEEXT@ @EXTRA_SBIN_PROGS@
+SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@
ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@
@@ -1713,7 +1713,7 @@ bin/timelimit@EXEEXT@: script/tests/timelimit.o
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(DYNEXP) script/tests/timelimit.o
-install: installservers installbin @INSTALL_CIFSMOUNT@ installman installscripts installdat installswat installmodules @INSTALL_LIBSMBCLIENT@ @INSTALL_LIBMSRPC@ @INSTALL_PAM_MODULES@ @INSTALL_LIBSMBSHAREMODES@
+install: installservers installbin @INSTALL_CIFSMOUNT@ installman installscripts installdat installmodules @SWAT_INSTALL_TARGETS@ @INSTALL_LIBSMBCLIENT@ @INSTALL_LIBMSRPC@ @INSTALL_PAM_MODULES@ @INSTALL_LIBSMBSHAREMODES@
install-everything: install installmodules