Fixed compiling the wrapper before the library is installed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@23773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-10-06 07:49:59 +00:00
parent f7b9cc59d2
commit 2a45d0226e
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,9 @@
2006-10-02 Nicola Pero <nicola@localhost.localdomain>
2006-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile.wrapper.objc.preamble (ADDITIONAL_LIB_DIRS): Added
variable so that the wrapper compiles before the library is installed.
2006-10-02 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Do not read gnustep configuration which is never
used.

View file

@ -1 +1,2 @@
LIBRARIES_DEPEND_UPON += -lPerformance.A
ADDITIONAL_LIB_DIRS = -L../../$(GNUSTEP_OBJ_DIR)