mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 09:40:59 +00:00
* 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:
parent
071b6ccf72
commit
f56bc2c7b9
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue