diff options
author | Michael Adam <obnox@samba.org> | 2008-02-27 10:33:32 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-27 11:07:01 +0100 |
commit | e281c0b1f5dd01f0d532dd8d5b22e966dc43b4e6 (patch) | |
tree | afdc5d01db7a9d4a3b243e3638218760bb53fff8 /source3 | |
parent | e80790f649b181e2eb6a8bfa0ef0340d05ead050 (diff) | |
download | samba-e281c0b1f5dd01f0d532dd8d5b22e966dc43b4e6.tar.gz samba-e281c0b1f5dd01f0d532dd8d5b22e966dc43b4e6.tar.bz2 samba-e281c0b1f5dd01f0d532dd8d5b22e966dc43b4e6.zip |
libreplace: standalone build: use -I$srcdir instead of -I.
Michael
(This used to be commit 5c08730f1938b8c56b70554378051d88d174c061)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/replace/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/configure.ac b/source3/lib/replace/configure.ac index 72d788ddcc..f5e054f476 100644 --- a/source3/lib/replace/configure.ac +++ b/source3/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 |