mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Do not set PACKAGE_NAME to GormObjCHeaderParser for the subproject; use gorm instead
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27351 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
131c05030e
commit
18502b461f
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,9 @@
|
|||
added PACKAGE_NAME=gorm.
|
||||
* GNUmakefile: Export PACKAGE_NAME to reduce chances of a problem
|
||||
if a GNUmakefile in a subdirectory is missing it.
|
||||
|
||||
* GormObjCHeaderParser/GNUmakefile: Do not set
|
||||
PACKAGE_NAME to GormObjCHeaderParser.
|
||||
|
||||
2008-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* All GNUmakefiles: added GNUSTEP_CORE_SOFTWARE=YES at the
|
||||
|
|
|
@ -16,7 +16,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
# Library
|
||||
#
|
||||
|
||||
PACKAGE_NAME=GormObjCHeaderParser
|
||||
LIBRARY_VAR=GMOBJCHEADERPARSER
|
||||
LIBRARY_NAME=libGormObjCHeaderParser
|
||||
libGormObjCHeaderParser_HEADER_FILES_DIR=.
|
||||
|
|
Loading…
Reference in a new issue