summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/Makefile.in5
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@