Include proper header dirs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11004 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-09-25 15:46:00 +00:00
parent 61c2a9ad58
commit 610f59b2a4
2 changed files with 7 additions and 2 deletions

5
ChangeLog Normal file
View file

@ -0,0 +1,5 @@
2001-09-25 Adam Fedor <fedor@gnu.org>
* PCGormProj/GNUmakefile.preamble: Include required headers from
other subprojects (patch from kim@tinker.com).

View file

@ -49,13 +49,13 @@ ADDITIONAL_CFLAGS +=
#ADDITIONAL_CFLAGS +=
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS +=
ADDITIONAL_INCLUDE_DIRS += -I../PCLib
# Additional LDFLAGS to pass to the linker
ADDITIONAL_LDFLAGS += -lProjectCenter
# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS +=
ADDITIONAL_LIB_DIRS += -L../PCLib/$(GNUSTEP_OBJ_DIR)
ADDITIONAL_TOOL_LIBS +=