From 3264458f4be46d8725962bb215350e7ca291ad18 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 14 Oct 2014 11:27:08 -0400 Subject: [PATCH] Added back -L directives to properly compile teststrings --- Tests/Integration/GNUmakefile.preamble | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tests/Integration/GNUmakefile.preamble b/Tests/Integration/GNUmakefile.preamble index 8515573d3..68878f481 100644 --- a/Tests/Integration/GNUmakefile.preamble +++ b/Tests/Integration/GNUmakefile.preamble @@ -12,6 +12,8 @@ ADDITIONAL_INCLUDE_DIRS += \ ADDITIONAL_LIB_DIRS += \ -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -lSOGo \ -L../../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \ - -L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards + -L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \ + -L/usr/local/lib/sogo -L/usr/lib/sogo -L/usr/lib64/sogo -lEOControl -lNGStreams -lNGMime -lNGExtensions + ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -Wl,--rpath,$(GNUSTEP_SYSTEM_LIBRARIES)/sogo