mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 09:02:02 +00:00
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:
parent
61c2a9ad58
commit
610f59b2a4
2 changed files with 7 additions and 2 deletions
5
ChangeLog
Normal file
5
ChangeLog
Normal 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).
|
||||
|
|
@ -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 +=
|
||||
|
||||
|
|
Loading…
Reference in a new issue