diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-05-14 16:10:48 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-05-14 16:10:48 +0000 |
commit | 1b1aaa9dbe520a1c11fa78aa98d69833ee55c0af (patch) | |
tree | 885d217abd8a936cc2fe83e9124a12585e36c22d | |
parent | 363e378dee1677f865bba3e8b347c600bbc08550 (diff) | |
download | samba-1b1aaa9dbe520a1c11fa78aa98d69833ee55c0af.tar.gz samba-1b1aaa9dbe520a1c11fa78aa98d69833ee55c0af.tar.xz samba-1b1aaa9dbe520a1c11fa78aa98d69833ee55c0af.zip |
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)
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 243060e3cb4..b1ab8e61142 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@ |