* 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:
ayers 2007-11-22 08:39:48 +00:00
parent 3af6b132c1
commit 994267c549
2 changed files with 7 additions and 6 deletions

View file

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

View file

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