* 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
This commit is contained in:
David Ayers 2007-05-02 06:08:30 +00:00
parent 3b0e665b97
commit 9be4405f6a
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-05-02 David Ayers <ayers@fsfe.org>
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile,
* EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile:
Include variable-processing.make.
2007-05-01 David Ayers <ayers@fsfe.org>
* Documentation/GDL2Intro/GDL2Intro.texi: Cleanup node

View file

@ -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

View file

@ -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