Fixed definition of where to install ProjectCenter bundles

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24560 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-14 12:50:32 +00:00
parent 53135405c5
commit d93c8551e6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile.bundles (BUNDLE_INSTALL_DIR): Fixed definition basing
it on GNUSTEP_APPS.
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* Modules/Projects/Application/PCAppProject.m: Do not set

View file

@ -7,7 +7,7 @@ ADDITIONAL_CPPFLAGS +=
ADDITIONAL_INCLUDE_DIRS += -I../../../ -I../../../Headers
ADDITIONAL_LIB_DIRS += -L../../../Framework/ProjectCenter.framework/Versions/Current
BUNDLE_INSTALL_DIR = $(GNUSTEP_SYSTEM_ROOT)/Applications/ProjectCenter.app/Resources
BUNDLE_INSTALL_DIR = $(GNUSTEP_APPS)/ProjectCenter.app/Resources
# $(BUNDLE_NAME)_STANDARD_INSTALL = no
DO_LIB_LINK=no