From 231b8390d5839e1ecf19edb31babb69a26b6dacd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 3 Nov 2010 14:39:40 +0000 Subject: [PATCH] Monotone-Parent: fe0261e28c3bddd21ccdc7436c04d43f5cdfce7d Monotone-Revision: dde4cb6401010f8fb6e70639215b4bf693f18f1d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-03T14:39:40 Monotone-Branch: ca.inverse.sogo --- Tests/Integration/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Integration/GNUmakefile b/Tests/Integration/GNUmakefile index c8e9cfde3..5c8baad1d 100644 --- a/Tests/Integration/GNUmakefile +++ b/Tests/Integration/GNUmakefile @@ -4,7 +4,7 @@ SRCS=teststrings.m OBJS=$(SRCS:.m=.o) teststrings: $(OBJS) - $(CC) -o $@ $< $(GNUSTEP_LIBRARIES_FLAGS) -lSOGo -lgnustep-base + $(CC) -o $@ $< $(GNUSTEP_LIBRARIES_FLAGS) -lgnustep-base -L../../SoObjects/SOGo/SOGo.framework -lSOGo include $(GNUSTEP_MAKEFILES)/common.make