diff --git a/ChangeLog b/ChangeLog index 7a6e7d3..07ec5a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-14 David Ayers + + * EOAdaptors/Postgres95/GNUmakefile.in: + Install into GNUSTEP_SYSTEM_ROOT by default. + 2006-09-14 David Ayers * Version 0.10.1 diff --git a/EOAdaptors/Postgres95/GNUmakefile.in b/EOAdaptors/Postgres95/GNUmakefile.in index a5f27f6..f239ed8 100644 --- a/EOAdaptors/Postgres95/GNUmakefile.in +++ b/EOAdaptors/Postgres95/GNUmakefile.in @@ -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