From 9be4405f6a6388581c1573c1c93a26538cfbd56f Mon Sep 17 00:00:00 2001 From: David Ayers Date: Wed, 2 May 2007 06:08:30 +0000 Subject: [PATCH] * EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile, * EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile: Include variable-processing.make. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25115 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile | 2 +- EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 914be87..71e6d17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-02 David Ayers + + * EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile, + * EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile: + Include variable-processing.make. + 2007-05-01 David Ayers * Documentation/GDL2Intro/GDL2Intro.texi: Cleanup node diff --git a/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile b/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile index 5e9d7eb..7f94f97 100644 --- a/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile +++ b/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile @@ -51,7 +51,7 @@ LoginPanel_COPY_INTO_DIR = ../PostgreSQLEOAdaptor.framework/Resources include ../config.mak -include Makefile.preamble - +include ../../../variable-processing.make include ../../../common.make -include GNUmakefile.local diff --git a/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile b/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile index abe5eae..cb945e0 100644 --- a/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile +++ b/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile @@ -46,6 +46,7 @@ endif LoginPanel_COPY_INTO_DIR=../SQLite3EOAdaptor.framework/Resources -include ../config.mak -include Makefile.preamable +include ../../../variable-processing.make include ../../../common.make -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/bundle.make