diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-06-27 04:41:01 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-06-27 04:41:01 +0000 |
commit | d088d8e9d07e28e43f56e4f380faca694e19b202 (patch) | |
tree | ddc65b648c578b63ba550a7f7c65fb10cc2de588 /source3 | |
parent | c9c1e685fc87ae6f312e1b53d90606ebee837a2d (diff) | |
download | samba-d088d8e9d07e28e43f56e4f380faca694e19b202.tar.gz samba-d088d8e9d07e28e43f56e4f380faca694e19b202.tar.bz2 samba-d088d8e9d07e28e43f56e4f380faca694e19b202.zip |
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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |