From d088d8e9d07e28e43f56e4f380faca694e19b202 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 27 Jun 2001 04:41:01 +0000 Subject: Added back the automatic build of libsmbclient.so in head. This is so I can find out what platforms it fails on. I will pull it again tomorrow if there are too many problems, like > 2 platforms that it fails to build on, but will pop it back in again as I resolve platforms. (This used to be commit cc72c44e53a36f3da135f4dc10a9391f65c8b6c7) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 6f2334a068..5f695d1c99 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -397,7 +397,7 @@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po) # now the rules... ###################################################################### -all : CHECK include/proto.h $(SPROGS) $(PROGS) +all : CHECK include/proto.h $(SPROGS) $(PROGS) bin/libsmbclient.so # removed SHLIBS until it compiles on more platforms (tridge) # $(SHLIBS) -- cgit