mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* 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:
parent
3b0e665b97
commit
9be4405f6a
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue