From a14c8acbba33999ce6ff5f0c02d07e146320118c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 3 Jun 2001 23:49:53 +0000 Subject: removed SHLIBS until someone has time to get it to compile on more platforms (Richard?) (This used to be commit 02a3a782b8aed1d7c55370bb9fb0f4fccab929d6) --- source3/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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@ -- cgit