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 | bf69d30b0741210dcdf61f493f6bf872a8931701 (patch) | |
tree | 95ec396fe519bd9d5701ffa26c7bab84665ffc40 | |
parent | 0852465053d0c1a23b6cfe6097267291b0595ef8 (diff) | |
download | samba-bf69d30b0741210dcdf61f493f6bf872a8931701.tar.gz samba-bf69d30b0741210dcdf61f493f6bf872a8931701.tar.xz samba-bf69d30b0741210dcdf61f493f6bf872a8931701.zip |
Make libsmbclient.so by default now.
Once we are happy with this in head, we will migrate it to 2.2.x.
-rw-r--r-- | source/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 243060e3cb4..b1ab8e61142 100644 --- a/source/Makefile.in +++ b/source/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@ |