diff options
author | Jeremy Allison <jra@samba.org> | 2001-09-10 17:27:14 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-09-10 17:27:14 +0000 |
commit | 18fa1128f4438fdadd501913d52a3fe48e844eff (patch) | |
tree | 274c0d8c0c1a65324476646a6bc6af03fc458c3c | |
parent | 5a0f800a8b7e3474255b117876e74dc993300a1f (diff) | |
download | samba-18fa1128f4438fdadd501913d52a3fe48e844eff.tar.gz samba-18fa1128f4438fdadd501913d52a3fe48e844eff.tar.xz samba-18fa1128f4438fdadd501913d52a3fe48e844eff.zip |
Don't make libsmbclient by default as it breaks the builds on many
platforms.
Jeremy.
-rw-r--r-- | source/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index ba15ce903aa..ed6f0ea1c93 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -396,10 +396,10 @@ NSS_OBJ = $(NSS_OBJ_0:.o=.po) # now the rules... ###################################################################### -all : CHECK $(SPROGS) $(PROGS) nsswitch $(SHLIBS) +all : CHECK $(SPROGS) $(PROGS) nsswitch # The following "everything" is NOT needed except by Samba developers - so do not use this! -everything : CHECK $(SPROGS) $(PROGS) nsswitch smbwrapper smbtorture debug2html smbfilter nsswitch/libnss_wins.so +everything : CHECK $(SPROGS) $(PROGS) $(SHLIBS) nsswitch smbwrapper smbtorture debug2html smbfilter nsswitch/libnss_wins.so pam_smbpass : CHECK bin/pam_smbpass.@SHLIBEXT@ |