mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-30 08:51:08 +00:00
Backport bugfix for branch.
* EOAdaptors/Postgres95/GNUmakefile.in: Install into GNUSTEP_SYSTEM_ROOT by default. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/branches/gdl2-0_10@23511 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1ddd2084b9
commit
58d3e64d78
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>
|
2006-09-14 David Ayers <ayers@fsfe.org>
|
||||||
|
|
||||||
* Version 0.10.1
|
* Version 0.10.1
|
||||||
|
|
|
@ -23,6 +23,9 @@
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 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 $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
include ../../Version
|
include ../../Version
|
||||||
|
@ -33,9 +36,6 @@ POSTGRES95_DATABASE=@POSTGRES_DATABASE@
|
||||||
FRAMEWORK_NAME=Postgres95EOAdaptor
|
FRAMEWORK_NAME=Postgres95EOAdaptor
|
||||||
SUBPROJECTS = LoginPanel
|
SUBPROJECTS = LoginPanel
|
||||||
|
|
||||||
# Install into the local root by default
|
|
||||||
Postgres95EOAdaptor_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
|
|
||||||
|
|
||||||
# The framework principal class
|
# The framework principal class
|
||||||
Postgres95EOAdaptor_PRINCIPAL_CLASS = Postgres95Adaptor
|
Postgres95EOAdaptor_PRINCIPAL_CLASS = Postgres95Adaptor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue