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:
parent
f162de7b80
commit
5c08730f19
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user