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:
parent
b6f8132e92
commit
c9009b9876
@ -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