diff options
author | Günther Deschner <gd@samba.org> | 2008-01-14 10:43:49 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-14 10:43:49 +0100 |
commit | e41fe768b60c90e11644222ec549b82429f2a6e6 (patch) | |
tree | db4107c7260fdcadc044da357d7711dfeeaa8ba0 | |
parent | 63b1c765de439b295c73430be14f8656873bfad7 (diff) | |
download | samba-e41fe768b60c90e11644222ec549b82429f2a6e6.tar.gz samba-e41fe768b60c90e11644222ec549b82429f2a6e6.tar.bz2 samba-e41fe768b60c90e11644222ec549b82429f2a6e6.zip |
"make test_shlibs" shows unresolved symbols for -lwbclient.
Guenther
(This used to be commit 0093f618e91f7dcc69d57dbd09d23acc614999aa)
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index f03bd1959e..9adf285e77 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -342,7 +342,8 @@ LIBWBCLIENT_OBJ = nsswitch/libwbclient/wbclient.o \ nsswitch/libwbclient/wbc_pwd.o \ nsswitch/libwbclient/wbc_idmap.o \ nsswitch/libwbclient/wbc_sid.o \ - nsswitch/libwbclient/wbc_pam.o + nsswitch/libwbclient/wbc_pam.o \ + $(SOCKET_WRAPPER_OBJ) LIBGPO_OBJ0 = libgpo/gpo_ldap.o libgpo/gpo_ini.o libgpo/gpo_util.o \ |