diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-10-23 06:35:45 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-10-23 06:35:45 +0000 |
commit | 0604336c3c985bded8aa20a211b2e62e5439deb7 (patch) | |
tree | 321493b397d7723fd157f984d51bea5c324dfbd5 /source3/Makefile.in | |
parent | 2710c35e549bb7775a8efe3265b105e594ad26ba (diff) | |
download | samba-0604336c3c985bded8aa20a211b2e62e5439deb7.tar.gz samba-0604336c3c985bded8aa20a211b2e62e5439deb7.tar.bz2 samba-0604336c3c985bded8aa20a211b2e62e5439deb7.zip |
Apply the changes to libsmbclient that derrell has contributed. Fix some
of the problems with this.
From: Derrell.Lipman@unwireduniverse.com
(This used to be commit 8e3d2708c5e5a9968aeb9a6fe6c828aa8a5b22a9)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 10c07d05eb..8c1c65e865 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -472,8 +472,10 @@ SMBWRAPPER_OBJ1 = smbwrapper/wrapped.o SMBWRAPPER_OBJ = $(SMBW_OBJ) $(SMBWRAPPER_OBJ1) LIBSMBCLIENT_OBJ = libsmb/libsmbclient.o libsmb/libsmb_compat.o \ - libsmb/libsmb_cache.o $(PARAM_OBJ) $(LIB_OBJ) \ - $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(UBIQX_OBJ) + libsmb/libsmb_cache.o \ + $(PARAM_OBJ) $(LIB_OBJ) \ + $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(UBIQX_OBJ) \ + $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_GET_SET_OBJ) # This shared library is intended for linking with unit test programs # to test Samba internals. It's called libbigballofmud.so to |