From 87f516c874a34b8374982913f107124da3128fed Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 1 Apr 2011 18:57:00 +0000 Subject: [PATCH] Monotone-Parent: 149979fcef67a0799105ec0cd45d5b5364e8dbcf Monotone-Revision: 7ee997ad520d61e48d2f051e02d433791c47fd08 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-04-01T18:57:00 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 5c8baad1d..e154b6304 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) -lgnustep-base -L../../SoObjects/SOGo/SOGo.framework -lSOGo + $(CC) -o $@ $< $(GNUSTEP_LIBRARIES_FLAGS) -lgnustep-base -L../../SoObjects/SOGo/SOGo.framework -lSOGo -lobjc include $(GNUSTEP_MAKEFILES)/common.make