diff options
author | Michael Adam <obnox@samba.org> | 2008-02-27 10:33:32 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-27 10:34:09 +0100 |
commit | c9009b9876e14ce9bd9e6941a8344e1f5e47dd21 (patch) | |
tree | bcd584ecc0f826dc40c868a40bd2df970f510e71 /source4 | |
parent | b6f8132e928509e751f0dc35c93fb024105709ee (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/replace/configure.ac | 2 |
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 |