mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
Fixed typo that would prevent the SQLiteAdaptor from linking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27747 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
154a47dff3
commit
c3f58d8027
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-31 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* EOAdaptors/SQLiteAdaptor/GNUmakefile.in (ADDITIONAL_NATIVE_LIB_DIRS):
|
||||
Fixed typo, it should link ../../EOControl, not ../EOControl.
|
||||
|
||||
2009-01-31 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* config/sqlite3.m4: Fixed typo in implementation of
|
||||
|
|
|
@ -31,7 +31,7 @@ ADDITIONAL_LIB_DIRS+=@SQLITE3_LIB_DIRS@
|
|||
LIBRARIES_DEPEND_UPON+=@SQLITE3_LIBS@
|
||||
FRAMEWORK_NAME=SQLite3EOAdaptor
|
||||
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../EOControl ../EOAccess
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../../EOControl ../../EOAccess
|
||||
ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../../
|
||||
|
||||
|
|
Loading…
Reference in a new issue