summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-11 23:51:59 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-11 23:51:59 +0100
commitecb987c97c98d7374a0e703c56f2a71f8514ece8 (patch)
tree39f64d43110d029641cc65a17f808019ddf7bd49 /source4/lib/tdb
parent3e3946cdca362b8abdff53245c004f37a5011474 (diff)
downloadsamba-ecb987c97c98d7374a0e703c56f2a71f8514ece8.tar.gz
samba-ecb987c97c98d7374a0e703c56f2a71f8514ece8.tar.bz2
samba-ecb987c97c98d7374a0e703c56f2a71f8514ece8.zip
Fix out of tree builds.
(This used to be commit 35c8ebdca2612b52cd3eb2aafd35041d17173722)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r--source4/lib/tdb/Makefile.in4
-rw-r--r--source4/lib/tdb/tdb.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in
index 56b10cce69..9730dffe60 100644
--- a/source4/lib/tdb/Makefile.in
+++ b/source4/lib/tdb/Makefile.in
@@ -30,8 +30,8 @@ TDB_OBJ = @TDB_OBJ@ @LIBREPLACEOBJ@
all:: showflags dirs $(PROGS) $(SOLIB) libtdb.a $(PYTHON_BUILD_TARGET)
-include tdb.mk
-include rules.mk
+include $(tdbdir)/tdb.mk
+include $(tdbdir)/rules.mk
install:: all
$(SOLIB): $(TDB_OBJ)
diff --git a/source4/lib/tdb/tdb.mk b/source4/lib/tdb/tdb.mk
index 3b5166b16c..d6118dd38f 100644
--- a/source4/lib/tdb/tdb.mk
+++ b/source4/lib/tdb/tdb.mk
@@ -34,7 +34,7 @@ clean::
rm -f $(ALL_PROGS) tdb.pc
build-python:: libtdb.$(SHLIBEXT) tdb_wrap.c
- ./setup.py build
+ $(tdbdir)/setup.py build
install:: installdirs installbin installheaders installlibs \
$(PYTHON_INSTALL_TARGET)