diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-06-03 23:49:53 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-06-03 23:49:53 +0000 |
commit | a14c8acbba33999ce6ff5f0c02d07e146320118c (patch) | |
tree | c7a451007237883e67b78022190d0ad9d556c6b2 /source3 | |
parent | 9ebe63bf79b5cadc878836f9e4615e0f8c915275 (diff) | |
download | samba-a14c8acbba33999ce6ff5f0c02d07e146320118c.tar.gz samba-a14c8acbba33999ce6ff5f0c02d07e146320118c.tar.bz2 samba-a14c8acbba33999ce6ff5f0c02d07e146320118c.zip |
removed SHLIBS until someone has time to get it to compile on more platforms (Richard?)
(This used to be commit 02a3a782b8aed1d7c55370bb9fb0f4fccab929d6)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 2690099f6c..451b7ed4c5 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -393,7 +393,10 @@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po) # now the rules... ###################################################################### -all : CHECK $(SPROGS) $(PROGS) $(SHLIBS) +all : CHECK $(SPROGS) $(PROGS) + +# removed SHLIBS until it compiles on more platforms (tridge) +# $(SHLIBS) pam_smbpass : CHECK bin/pam_smbpass.@SHLIBEXT@ |