diff options
author | Gerald Carter <jerry@samba.org> | 2002-06-06 14:01:19 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-06-06 14:01:19 +0000 |
commit | 9595b60fe25916350c10224066b270e7d2b152b4 (patch) | |
tree | 760ccdf17e79511ebf96d5b5a5159981876eaae1 | |
parent | 89e9f7530a69eaebde3fb3a55ccbb46fc58fb642 (diff) | |
download | samba-9595b60fe25916350c10224066b270e7d2b152b4.tar.gz samba-9595b60fe25916350c10224066b270e7d2b152b4.tar.bz2 samba-9595b60fe25916350c10224066b270e7d2b152b4.zip |
enable building of shared libsmbclient
(This used to be commit 24f127a58f66de9b8733bc3261212d01926d0a87)
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index fc2c0506b2..aac1926a0f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -102,8 +102,7 @@ LPROGS = $(WINBIND_PAM_PROGS) $(WINBIND_LPROGS) PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/pdbedit bin/smbgroupedit TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest \ bin/locktest2 bin/nsstest -#SHLIBS = libsmbclient -SHLIBS = +SHLIBS = libsmbclient SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd \ $(srcdir)/script/findsmb |