mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 01:50:49 +00:00
Do not use GNUSTEP_INSTALLATION_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@24553 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
896e7f5d86
commit
2dc9e99bc2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUmakefile (BUNDLE_INSTALL_DIR): Set using GNUSTEP_BUNDLES,
|
||||
not GNUSTEP_INSTALLATION_DIR.
|
||||
|
||||
2007-01-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* JDBC.m: Add JDBC2.0 batching for when all statements in a
|
||||
|
|
|
@ -28,7 +28,7 @@ SQLClient_HEADER_FILES_INSTALL_DIR = SQLClient
|
|||
|
||||
BUNDLE_NAME=
|
||||
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/SQLClient
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_BUNDLES)/SQLClient
|
||||
|
||||
# In some systems and situations the dynamic linker needs to haved the
|
||||
# SQLClient, gnustep-base, and objc libraries explicityly linked into
|
||||
|
|
Loading…
Reference in a new issue