1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r674: use the same -I flags as before

metze
(This used to be commit e7c9e56a5d889497f63c65582f064e02d4442e36)
This commit is contained in:
Stefan Metzmacher 2004-05-13 11:47:34 +00:00 committed by Gerald (Jerry) Carter
parent 0b7f81e0f6
commit 25b9531e5f

View File

@ -77,7 +77,7 @@ sub _prepare_compiler_linker($)
$output = "
CC=\@CC\@
CC_FLAGS=-I./include -I./ -I./lib \@CFLAGS\@ \@CPPFLAGS\@
CC_FLAGS=-Iinclude -I. -I$(srcdir)/include -I$(srcdir) -Ilib \@CFLAGS\@ \@CPPFLAGS\@
LD=\@CC\@
LD_FLAGS=\@LDFLAGS\@ \@CFLAGS\@