mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Corrects bug #25001
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27225 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1baf0ea52
commit
b5c94828fb
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-06 11:04-EST Bernard Cafarelli <voyageur>
|
||||
Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GNUmakefile.preamble: Corrects bug #25001.
|
||||
|
||||
2008-12-02 02:58-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormCustomView.m
|
||||
|
|
|
@ -35,4 +35,6 @@ else
|
|||
ADDITIONAL_LIB_DIRS += \
|
||||
-L../GormLib/$(GNUSTEP_OBJ_DIR) \
|
||||
-L../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR)
|
||||
endif
|
||||
endif
|
||||
|
||||
GormCore_LIBRARIES_DEPEND_UPON += -lGormObjCHeaderParser
|
||||
|
|
Loading…
Reference in a new issue