diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-07-11 10:03:34 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-07-11 10:03:34 +0000 |
commit | c6fa884a4b882b567206b84043dee9d0062899d4 (patch) | |
tree | 6ab6faad43a25203bc8c7be53774578fbf136cc1 /source3 | |
parent | 7265d4638805a0eb391237c5cba0f39f4d0feb11 (diff) | |
download | samba-c6fa884a4b882b567206b84043dee9d0062899d4.tar.gz samba-c6fa884a4b882b567206b84043dee9d0062899d4.tar.bz2 samba-c6fa884a4b882b567206b84043dee9d0062899d4.zip |
I think this was just a typo... If there was some method to the madness then
please yell, but the build has been broken for long enough.
Andrew Bartlett
(This used to be commit 93ff9f6101b8569aa375ac805a5efd94bbaa19f2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 72b5fdca4d..f3e8b284d6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -84,7 +84,7 @@ WINBIND_PROGS = nsswitch/libnss_winbind.so bin/winbindd bin/wbinfo WINBIND_PAM_PROGS = nsswitch/pam_winbind.so PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef bin/pdbedit @WINBIND_TARGETS@ TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest bin/locktest2 -SHLIBS = bin/libsmbclient +SHLIBS = libsmbclient SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd |