summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 03:24:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:23 -0500
commita11045d9134ff0af6a2e8bef1cdd9425687d5610 (patch)
treea4365527eab86c793ccace374453b9802f65680f /source4/lib/talloc/Makefile.in
parent7fcafb7a9e04791834728ab5ced99e866fde1d83 (diff)
downloadsamba-a11045d9134ff0af6a2e8bef1cdd9425687d5610.tar.gz
samba-a11045d9134ff0af6a2e8bef1cdd9425687d5610.tar.bz2
samba-a11045d9134ff0af6a2e8bef1cdd9425687d5610.zip
r17683: to pick up config.h we need -I. as well for talloc
(This used to be commit 07401300ffccd832371d1f6288052aa293a2eeb4)
Diffstat (limited to 'source4/lib/talloc/Makefile.in')
-rw-r--r--source4/lib/talloc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in
index e5c4e5274a..dc225a1771 100644
--- a/source4/lib/talloc/Makefile.in
+++ b/source4/lib/talloc/Makefile.in
@@ -10,7 +10,7 @@ builddir = @builddir@
XSLTPROC = @XSLTPROC@
INSTALLCMD = @INSTALL@
CC = @CC@
-CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H= -I$(srcdir)
+CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H= -I$(srcdir) -I.
EXTRA_TARGETS = @DOC_TARGET@
.SUFFIXES: .c .o .3 .3.xml .xml .html