1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

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

Michael
(This used to be commit ff311e6132)
This commit is contained in:
Michael Adam 2008-02-27 10:33:32 +01:00
parent b6f8132e92
commit c9009b9876

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