summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2002-11-22 19:03:28 +0000
committerJohn Terpstra <jht@samba.org>2002-11-22 19:03:28 +0000
commit036451ec63824e98d945ee52c13bfe6365d76936 (patch)
treeda490b9f6087443f5072b1584391f5011535b838 /source3/Makefile.in
parent8213a05d6751f55af8dfbe282b22d9fd193eeff4 (diff)
downloadsamba-036451ec63824e98d945ee52c13bfe6365d76936.tar.gz
samba-036451ec63824e98d945ee52c13bfe6365d76936.tar.bz2
samba-036451ec63824e98d945ee52c13bfe6365d76936.zip
Added install-everything option.
(This used to be commit 0b342b8e90b8e0395a1a3046e9e3f70a168fdb1f)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 817875c994..f9b4b48346 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -551,10 +551,10 @@ nsswitch : SHOWFLAGS $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS)
wins : SHOWFLAGS nsswitch/libnss_wins.@SHLIBEXT@
-everything: all libsmbclient debug2html smbfilter talloctort
-
modules: SHOWFLAGS $(MODULES)
+everything: all libsmbclient debug2html smbfilter talloctort modules
+
.SUFFIXES:
.SUFFIXES: .c .o .po .po32 .lo
@@ -850,6 +850,8 @@ bin/tdbbackup: $(TDBBACKUP_OBJ) bin/.dummy
install: installbin installman installscripts installdat installswat
+install-everything: install installmodules
+
installdirs:
@$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR)