summaryrefslogtreecommitdiff
path: root/source3/lib/talloc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-11 23:51:59 +0100
committerMichael Adam <obnox@samba.org>2008-02-13 01:40:11 +0100
commit9a7e977a73bd8596387b1d7302489425b2aaa40b (patch)
tree5d8c24b9ba100034859e92470c09817f2a82e3dd /source3/lib/talloc
parent81a44cb69924c6a80b631b2a8283f5f8d3049b3f (diff)
downloadsamba-9a7e977a73bd8596387b1d7302489425b2aaa40b.tar.gz
samba-9a7e977a73bd8596387b1d7302489425b2aaa40b.tar.bz2
samba-9a7e977a73bd8596387b1d7302489425b2aaa40b.zip
Fix out of tree builds.
(cherry picked from parts of commit 35c8ebdca2612b52cd3eb2aafd35041d17173722) Michael (This used to be commit a780c0594aeea3705d601a327aa04d9182060cbd)
Diffstat (limited to 'source3/lib/talloc')
-rw-r--r--source3/lib/talloc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/talloc/Makefile.in b/source3/lib/talloc/Makefile.in
index ca7c302c06..851dc81aea 100644
--- a/source3/lib/talloc/Makefile.in
+++ b/source3/lib/talloc/Makefile.in
@@ -24,8 +24,8 @@ LIBOBJ = $(TALLOC_OBJ) @LIBREPLACEOBJ@
all:: showflags $(EXTRA_TARGETS)
-include rules.mk
-include talloc.mk
+include $(tallocdir)/rules.mk
+include $(tallocdir)/talloc.mk
$(SOLIB): $(LIBOBJ)
$(CC) $(SHLD_FLAGS) -o $@ $(LIBOBJ) @SONAMEFLAG@$(SONAME)