mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-25 05:40:55 +00:00
* EOAdaptors/Postgres95/GNUmakefile.in:
Install into GNUSTEP_SYSTEM_ROOT by default. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23507 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32d77a66f7
commit
e6903b13cf
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-14 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOAdaptors/Postgres95/GNUmakefile.in:
|
||||
Install into GNUSTEP_SYSTEM_ROOT by default.
|
||||
|
||||
2006-09-14 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* Version 0.10.1
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the System root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../../Version
|
||||
|
@ -33,9 +36,6 @@ POSTGRES95_DATABASE=@POSTGRES_DATABASE@
|
|||
FRAMEWORK_NAME=Postgres95EOAdaptor
|
||||
SUBPROJECTS = LoginPanel
|
||||
|
||||
# Install into the local root by default
|
||||
Postgres95EOAdaptor_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
|
||||
|
||||
# The framework principal class
|
||||
Postgres95EOAdaptor_PRINCIPAL_CLASS = Postgres95Adaptor
|
||||
|
||||
|
|
Loading…
Reference in a new issue