From 1b1aaa9dbe520a1c11fa78aa98d69833ee55c0af Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 14 May 2001 16:10:48 +0000 Subject: Make libsmbclient.so by default now. 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 243060e3cb..b1ab8e6114 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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@ -- cgit