Make libsmbclient.so by default now.
authorRichard Sharpe <sharpe@samba.org>
Mon, 14 May 2001 16:10:48 +0000 (16:10 +0000)
committerRichard Sharpe <sharpe@samba.org>
Mon, 14 May 2001 16:10:48 +0000 (16:10 +0000)
Once we are happy with this in head, we will migrate it to 2.2.x.
(This used to be commit bf69d30b0741210dcdf61f493f6bf872a8931701)

source3/Makefile.in

index 243060e3cb4cd83d2e93e6e370e0900fa219f770..b1ab8e61142d08e6e13dd6df2030f50a987c6d96 100644 (file)
@@ -81,6 +81,7 @@ PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/
 PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/make_unicodemap bin/rpcclient bin/smbcacls @WRAP@ @WRAP32@ @PAM_MOD@
 MPROGS = @MPROGS@
 PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef bin/pdbedit
+SHLIBS = bin/libsmbclient.so
 
 SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd
 
@@ -381,7 +382,7 @@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po)
 # now the rules...
 ######################################################################
 
-all : CHECK $(SPROGS) $(PROGS) 
+all : CHECK $(SPROGS) $(PROGS) $(SHLIBS)
 
 pam_smbpass : CHECK bin/pam_smbpass.@SHLIBEXT@