mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-23 05:00:46 +00:00
link in libGorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c3f58d8027
commit
33f45b02b0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-02-02 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* GDL2Palette/GNUmakefile: link to libGorm.
|
||||
|
||||
2009-01-31 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* EOAdaptors/SQLiteAdaptor/GNUmakefile.in (ADDITIONAL_NATIVE_LIB_DIRS):
|
||||
|
|
|
@ -51,6 +51,6 @@ GDL2_OBJC_FILES= \
|
|||
KeyWrapper.m \
|
||||
DisplayGroupInspector.m
|
||||
|
||||
PALETTE_LIBS=$(ADDITIONAL_OBJC_LIBS)
|
||||
PALETTE_LIBS=$(ADDITIONAL_OBJC_LIBS) -lGorm
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/palette.make
|
||||
|
|
Loading…
Reference in a new issue