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 | 93ff9f6101b8569aa375ac805a5efd94bbaa19f2 (patch) | |
tree | b96615743eeb15f82f65a8c3523e0c95f1aa3d3d /source | |
parent | bd3c2a0cddc71daa4165e1a0916208d0c650d55a (diff) | |
download | samba-93ff9f6101b8569aa375ac805a5efd94bbaa19f2.tar.gz samba-93ff9f6101b8569aa375ac805a5efd94bbaa19f2.tar.xz samba-93ff9f6101b8569aa375ac805a5efd94bbaa19f2.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
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 72b5fdca4d1..f3e8b284d6c 100644 --- a/source/Makefile.in +++ b/source/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 |