mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-11 08:30:42 +00:00
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:
parent
f7b9cc59d2
commit
2a45d0226e
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
LIBRARIES_DEPEND_UPON += -lPerformance.A
|
||||
ADDITIONAL_LIB_DIRS = -L../../$(GNUSTEP_OBJ_DIR)
|
||||
|
|
Loading…
Reference in a new issue