mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-23 13:10:48 +00:00
* EOAdaptors/PostgreSQLAdaptor/Makefile.preamble
(ADDITIONAL_NATIVE_LIB_DIRS): Correct include path. (ADDITIONAL_LIB_DIRS): Remove redundant directives. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25599 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3af6b132c1
commit
994267c549
2 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-11-21 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOAdaptors/PostgreSQLAdaptor/Makefile.preamble
|
||||
(ADDITIONAL_NATIVE_LIB_DIRS): Correct include path.
|
||||
(ADDITIONAL_LIB_DIRS): Remove redundant directives.
|
||||
|
||||
2007-11-21 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOAdaptors/PostgreSQLAdaptor/PostgreSQLChannel.m:
|
||||
|
|
|
@ -50,14 +50,9 @@ ADDITIONAL_INCLUDE_DIRS += \
|
|||
-I../../EOControl/$(GNUSTEP_TARGET_DIR) \
|
||||
-I../..
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS += \
|
||||
-L../../EOControl/$(GNUSTEP_OBJ_DIR) \
|
||||
-L../../EOAccess/$(GNUSTEP_OBJ_DIR)
|
||||
|
||||
# Libraries linked to the framework
|
||||
ADDITIONAL_NATIVE_LIBS+=EOAccess EOControl
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../EOControl ../EOAccess
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../../EOControl ../../EOAccess
|
||||
ifneq ($(FOUNDATION_LIB),gnu)
|
||||
LIBRARIES_DEPEND_UPON += -lgnustep-baseadd
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue