Fix out of tree builds.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 11 Feb 2008 22:51:59 +0000 (23:51 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 00:40:11 +0000 (01:40 +0100)
(cherry picked from parts of commit 35c8ebdca2612b52cd3eb2aafd35041d17173722)

Michael
(This used to be commit a780c0594aeea3705d601a327aa04d9182060cbd)

source3/lib/talloc/Makefile.in

index ca7c302c06d4c6a6412d3e0672be7ecdd5a4b146..851dc81aeab32adb2cd9333244eb8e0aa746071f 100644 (file)
@@ -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)