diff options
author | Günther Deschner <gd@samba.org> | 2008-01-02 13:50:31 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-02 13:52:23 +0100 |
commit | 4656265a2337db1ef99769a6b30c0cf04fdd6cff (patch) | |
tree | f493ed4bb9b5db463e87152c857cd9a7242b44fb | |
parent | 0195afeed740d09b0eecc20e0efc732a986b3c9e (diff) | |
download | samba-4656265a2337db1ef99769a6b30c0cf04fdd6cff.tar.gz samba-4656265a2337db1ef99769a6b30c0cf04fdd6cff.tar.bz2 samba-4656265a2337db1ef99769a6b30c0cf04fdd6cff.zip |
Fix libnetapi (resolve dependency on libwbclient).
Guenther
(This used to be commit fa669b307c5191f1f8921e863e88c1e9ff692557)
-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 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) |