diff options
author | Jeremy Allison <jra@samba.org> | 2008-02-12 17:56:02 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-02-12 17:56:02 -0800 |
commit | 089227e52012f307c311530f9b677cad81ef0105 (patch) | |
tree | 2c7123aa33e2c886031308889ec96453fb7ce55d /source3/lib/tdb/Makefile.in | |
parent | a6997bb2ffbca8f38d40f2631066c23b0472e13c (diff) | |
parent | fbe8014b650d1b104d1a7624669fa92fbc6605b8 (diff) | |
download | samba-089227e52012f307c311530f9b677cad81ef0105.tar.gz samba-089227e52012f307c311530f9b677cad81ef0105.tar.bz2 samba-089227e52012f307c311530f9b677cad81ef0105.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit 5116c9d9f4bd1a523ac7a2a31b3b1552388f040f)
Diffstat (limited to 'source3/lib/tdb/Makefile.in')
-rw-r--r-- | source3/lib/tdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/tdb/Makefile.in b/source3/lib/tdb/Makefile.in index e1ecbb30ec..fd36ed078e 100644 --- a/source3/lib/tdb/Makefile.in +++ b/source3/lib/tdb/Makefile.in @@ -74,7 +74,7 @@ $(SONAME): $(SOLIB) ln -s $< $@ $(SOLIB): $(TDB_OBJ) - $(CC) $(SHLD_FLAGS) $(SONAMEFLAG)$(SONAME) -o $@ $^ + $(CC) $(SHLD_FLAGS) -o $@ $(TDB_OBJ) $(SONAMEFLAG)$(SONAME) TDB_LIB = libtdb.a |