summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2002-03-30 20:26:50 +0000
committerJohn Terpstra <jht@samba.org>2002-03-30 20:26:50 +0000
commit32f292cc587d3db002490a609be29b9e20c00fd4 (patch)
tree0c29fb742c8c150cdadb75ed95d83102ae343653 /source/Makefile.in
parentfc15b56d29b4474032f4d9136313afee60e70cbf (diff)
downloadsamba-32f292cc587d3db002490a609be29b9e20c00fd4.tar.gz
samba-32f292cc587d3db002490a609be29b9e20c00fd4.tar.xz
samba-32f292cc587d3db002490a609be29b9e20c00fd4.zip
Added build option for "everything". Changed build options for libsmbclient.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 74634474984..9248ae1ad9f 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -494,6 +494,8 @@ nsswitch : SHOWFLAGS $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS)
wins : SHOWFLAGS nsswitch/libnss_wins.so
+everything: all libsmbclient debug2html smbfilter talloctort bin/samsync bin/make_printerdef
+
.SUFFIXES:
.SUFFIXES: .c .o .po .po32 .lo
@@ -713,7 +715,7 @@ bin/libsmbclient.a: $(LIBSMBCLIENT_PICOBJS)
@echo Linking libsmbclient non-shared library $@
-$(AR) -rc $@ $(LIBSMBCLIENT_PICOBJS)
-libsmbclient: bin/libsmbclient.a @LIBSMBCLIENT_SHARED@
+libsmbclient: bin/libsmbclient.a bin/libsmbclient.@SHLIBEXT@
bin/smbsh: $(SMBSH_OBJ) bin/.dummy
@echo Linking $@