summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-13 17:42:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-13 17:42:10 +0100
commit8a3f8dc646585c1861ac7322ad67a93353fa0c71 (patch)
tree813824fe28a27d83ab638e61e87bbf122b4f7c2d /source4/lib/tdb/Makefile.in
parent05d58f49df30791e205799366666804d4a9bf47d (diff)
downloadsamba-8a3f8dc646585c1861ac7322ad67a93353fa0c71.tar.gz
samba-8a3f8dc646585c1861ac7322ad67a93353fa0c71.tar.bz2
samba-8a3f8dc646585c1861ac7322ad67a93353fa0c71.zip
Allow tdb.mk and talloc.mk to be included at the same time.
(This used to be commit af9e0421529104d2583c58f7723abe8612e78f53)
Diffstat (limited to 'source4/lib/tdb/Makefile.in')
-rw-r--r--source4/lib/tdb/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in
index 4a95fdb380..090bb6e2dc 100644
--- a/source4/lib/tdb/Makefile.in
+++ b/source4/lib/tdb/Makefile.in
@@ -37,11 +37,11 @@ default: all
include $(tdbdir)/tdb.mk
include $(tdbdir)/rules.mk
-all:: showflags dirs $(PROGS) $(SOLIB) libtdb.a $(PYTHON_BUILD_TARGET)
+all:: showflags dirs $(PROGS) $(TDB_SOLIB) libtdb.a $(PYTHON_BUILD_TARGET)
install:: all
-$(SOLIB): $(TDB_OBJ)
- $(SHLD) $(SHLD_FLAGS) -o $@ $(TDB_OBJ) @SONAMEFLAG@$(SONAME)
+$(TDB_SOLIB): $(TDB_OBJ)
+ $(SHLD) $(SHLD_FLAGS) -o $@ $(TDB_OBJ) @SONAMEFLAG@$(TDB_SONAME)
check: test