summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-20 23:44:17 +0100
committerMichael Adam <obnox@samba.org>2008-02-20 23:44:17 +0100
commitec1576e3462725d7b0108ff02740466ad5ef6277 (patch)
treee1510431e3ee925e7ebf47baf574ea3758ebd7f9 /source3/Makefile.in
parentd2e63399d3ed09b6b1c78affd780946440414b08 (diff)
downloadsamba-ec1576e3462725d7b0108ff02740466ad5ef6277.tar.gz
samba-ec1576e3462725d7b0108ff02740466ad5ef6277.tar.bz2
samba-ec1576e3462725d7b0108ff02740466ad5ef6277.zip
Fix build with static libs: place tdb static lib after tdb-util objects.
Michael (This used to be commit 39eef8e86cfab60c1328d2335a737b41d8fd6db0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4402a6c122..5c0b73a694 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -241,8 +241,9 @@ MODULES = $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(IDMAP_MODULES) \
LIBTDB_OBJ0 = @TDB_OBJS@
LIBTDB_OBJ = $(LIBTDB_OBJ0) $(LIBREPLACE_OBJ)
-TDB_OBJ = @LIBTDB_STATIC@ lib/util_tdb.o \
- lib/dbwrap.o lib/dbwrap_tdb.o lib/dbwrap_ctdb.o lib/dbwrap_rbt.o
+TDB_OBJ = lib/util_tdb.o \
+ lib/dbwrap.o lib/dbwrap_tdb.o lib/dbwrap_ctdb.o lib/dbwrap_rbt.o \
+ @LIBTDB_STATIC@
SMBLDAP_OBJ = @SMBLDAP@ @SMBLDAPUTIL@