summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-27 10:33:32 +0100
committerMichael Adam <obnox@samba.org>2008-02-27 10:34:09 +0100
commitc9009b9876e14ce9bd9e6941a8344e1f5e47dd21 (patch)
treebcd584ecc0f826dc40c868a40bd2df970f510e71 /source4/lib
parentb6f8132e928509e751f0dc35c93fb024105709ee (diff)
downloadsamba-c9009b9876e14ce9bd9e6941a8344e1f5e47dd21.tar.gz
samba-c9009b9876e14ce9bd9e6941a8344e1f5e47dd21.tar.bz2
samba-c9009b9876e14ce9bd9e6941a8344e1f5e47dd21.zip
libreplace: standalone build: use -I$srcdir instead of -I.
Michael (This used to be commit ff311e613226e660998824b887cb9595ffbe0275)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/configure.ac b/source4/lib/replace/configure.ac
index 72d788ddcc..f5e054f476 100644
--- a/source4/lib/replace/configure.ac
+++ b/source4/lib/replace/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(replace.c)
AC_CONFIG_SRCDIR([replace.c])
AC_CONFIG_HEADER(config.h)
-CFLAGS="$CFLAGS -I."
+CFLAGS="$CFLAGS -I$srcdir"
AC_LIBREPLACE_ALL_CHECKS