diff options
author | Michael Adam <obnox@samba.org> | 2009-11-20 18:24:53 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-01 00:55:35 +0100 |
commit | b82f6855a2762df6240caf100fe775aa06392c40 (patch) | |
tree | b2cea3198d6bf2786fb2b0f33423f31ff47d5e12 /source3 | |
parent | 350352cf38bccfa6ef60db1840bd09a4798a392e (diff) | |
download | samba-b82f6855a2762df6240caf100fe775aa06392c40.tar.gz samba-b82f6855a2762df6240caf100fe775aa06392c40.tar.bz2 samba-b82f6855a2762df6240caf100fe775aa06392c40.zip |
s3:fix linking of libbigballofmud (on my box at least)
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 29a5b3d77f..75d8133a04 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2419,11 +2419,11 @@ showlibs:: showlibsmbsharemodes #------------------------------------------------------------------- # This is probably wrong for anything other than the GNU linker. -bin/libbigballofmud.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBBIGBALLOFMUD_OBJ) $(LIBTALLOC) +bin/libbigballofmud.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBBIGBALLOFMUD_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT) @echo Linking shared library $@ @$(SHLD) $(LDSHFLAGS) -o $@ $(LIBBIGBALLOFMUD_OBJ) \ - $(LIBS) $(LIBTALLOC_LIBS) \ - $(PASSDB_LIBS) $(IDMAP_LIBS) $(KRB5LIBS) $(LDAP_LIBS) \ + $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(LIBWBCLIENT_LIBS) \ + $(PASSDB_LIBS) $(IDMAP_LIBS) $(KRB5LIBS) $(LDAP_LIBS) -lz \ @SONAMEFLAG@`basename $@`.$(LIBBIGBALLOFMUD_MAJOR) ln -snf libbigballofmud.so bin/libbigballofmud.so.0 |