summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-02 13:50:31 +0100
committerGünther Deschner <gd@samba.org>2008-01-02 13:52:23 +0100
commit4656265a2337db1ef99769a6b30c0cf04fdd6cff (patch)
treef493ed4bb9b5db463e87152c857cd9a7242b44fb /source3/Makefile.in
parent0195afeed740d09b0eecc20e0efc732a986b3c9e (diff)
downloadsamba-4656265a2337db1ef99769a6b30c0cf04fdd6cff.tar.gz
samba-4656265a2337db1ef99769a6b30c0cf04fdd6cff.tar.bz2
samba-4656265a2337db1ef99769a6b30c0cf04fdd6cff.zip
Fix libnetapi (resolve dependency on libwbclient).
Guenther (This used to be commit fa669b307c5191f1f8921e863e88c1e9ff692557)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 18b9f8fb50..2267be4680 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1414,7 +1414,7 @@ bin/libaddns.a: $(BINARY_PREREQS) $(LIBADDNS_OBJ)
bin/libnetapi.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBNETAPI_OBJ)
@echo Linking shared library $@
- @$(SHLD_DSO) $(LIBNETAPI_OBJ) $(LIBS) \
+ @$(SHLD_DSO) $(LIBNETAPI_OBJ) @LIBWBCLIENT_SHARED@ $(LIBS) \
$(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS) \
@SONAMEFLAG@`basename $@`.$(SONAME_VER)