diff options
author | Michael Adam <obnox@samba.org> | 2009-06-19 19:27:02 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-06-19 21:13:38 +0200 |
commit | e3c7720bfd199751fc8ed4a9f111a4ab72aae8b0 (patch) | |
tree | df51f8c35712073c7290b801b7df58d926908138 /source3 | |
parent | 5ceda58b8dc27bef915128c23f3e9e4a2886b998 (diff) | |
download | samba-e3c7720bfd199751fc8ed4a9f111a4ab72aae8b0.tar.gz samba-e3c7720bfd199751fc8ed4a9f111a4ab72aae8b0.tar.bz2 samba-e3c7720bfd199751fc8ed4a9f111a4ab72aae8b0.zip |
s3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collection
tdbtorture is linked with LIBTDB_LIBS, which is whatever
configure has determined to be (-ltdb or LIBTDB_OBJ ...).
Michael
Diffstat (limited to 'source3')
-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 5d03886634..7bf74039f0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1203,7 +1203,7 @@ TDBTOOL_OBJ = @tdbdir@/tools/tdbtool.o $(LIBREPLACE_OBJ) \ TDBDUMP_OBJ = @tdbdir@/tools/tdbdump.o $(LIBREPLACE_OBJ) \ $(SOCKET_WRAPPER_OBJ) -TDBTORTURE_OBJ = @tdbdir@/tools/tdbtorture.o $(LIBTDB_OBJ) \ +TDBTORTURE_OBJ = @tdbdir@/tools/tdbtorture.o $(LIBREPLACE_OBJ) \ $(SOCKET_WRAPPER_OBJ) |