From e41fe768b60c90e11644222ec549b82429f2a6e6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 14 Jan 2008 10:43:49 +0100 Subject: "make test_shlibs" shows unresolved symbols for -lwbclient. Guenther (This used to be commit 0093f618e91f7dcc69d57dbd09d23acc614999aa) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 \ -- cgit