1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

libreplace: standalone build: use -I$srcdir instead of -I.

Michael
This commit is contained in:
Michael Adam 2008-02-27 10:33:32 +01:00
parent f162de7b80
commit 5c08730f19

View File

@ -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