Fixed makefile for teststrings due to sogo lib change

This commit is contained in:
Ludovic Marcotte
2014-10-02 10:46:47 -04:00
parent 51ed371796
commit 68d79472a5
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = teststrings
+3 -2
View File
@@ -10,9 +10,10 @@ ADDITIONAL_INCLUDE_DIRS += \
-D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/
ADDITIONAL_LIB_DIRS += \
-L../../SoObjects/SOGo/SOGo.framework/sogo -lSOGo \
-L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -lSOGo \
-L../../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \
-L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \
-L/usr/local/lib -L/usr/lib -lEOControl -lNGStreams -lNGMime -lNGExtensions
-L/usr/local/lib -L/usr/lib -lEOControl -lNGStreams -lNGMime -lNGExtensions \
-Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed