Include -lProjectCenter correctly

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12016 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-01-07 04:40:03 +00:00
parent b98b09f399
commit ba23332a84
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-01-06 Adam Fedor <fedor@gnu.org>
* GNUmakefile.preamble: Proper inclusion of -lProjectCenter
2001-12-29 15:07 probert
* PCGormProject.m: Cleaned up the writeMakefile method

View file

@ -52,13 +52,16 @@ ADDITIONAL_CFLAGS +=
ADDITIONAL_INCLUDE_DIRS += -I../PCLib
# Additional LDFLAGS to pass to the linker
ADDITIONAL_LDFLAGS += -lProjectCenter
#ADDITIONAL_LDFLAGS +=
# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += -L../PCLib/$(GNUSTEP_OBJ_DIR)
ADDITIONAL_TOOL_LIBS +=
PCAppProj_BUNDLE_LIBS = -lProjectCenter
#
# Flags dealing with installing and uninstalling
#