mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
(ALL_CPPFLAGS): Look in ../src/srcdir-include.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7c53cc2561
commit
eb65ab3506
2 changed files with 3 additions and 2 deletions
|
@ -54,7 +54,8 @@ NEXT_NEXT_INCLUDES = -I/usr/include
|
|||
GNU_NEXT_INCLUDES = -I$(srcdir)/../src
|
||||
NEXT_INCLUDES = @NEXT_INCLUDES@
|
||||
|
||||
ALL_CPPFLAGS = -I../src -I../src/includes $(NEXT_INCLUDES) $(CPPFLAGS)
|
||||
ALL_CPPFLAGS = -I../src -I$(srcdir)/../src/srcdir-include \
|
||||
$(NEXT_INCLUDES) $(CPPFLAGS)
|
||||
ALL_CFLAGS = $(CFLAGS)
|
||||
ALL_OBJCFLAGS = $(CFLAGS) -Wno-protocol
|
||||
ALL_LDFLAGS = $(LDFLAGS) $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue