* gdl2.make.in: Set GDL2 as auxiliary preprocessor flag.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16847 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-06-01 17:28:00 +00:00
parent 071b6ccf72
commit f56bc2c7b9
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-06-01 David Ayers <d.ayers@inode.at>
* gdl2.make.in: Set GDL2 as auxiliary preprocessor flag.
2003-05-22 David Ayers <d.ayers@inode.at>
* config/postgres.m4: Added /usr/include/postgresql to include

View file

@ -35,7 +35,11 @@ GDL2_MINOR_VERSION = @MINOR_VERSION@
GDL2_SUBMINOR_VERSION = @SUBMINOR_VERSION@
# Nothing special just include the library
# Additional flags to pass to the preprocessor
AUXILIARY_CPPFLAGS += -DGDL2
# Additional libraries for the linker
AUXILIARY_TOOL_LIBS += -lgnustep-db2 -lgnustep-db2control
endif