From bcb5f282e3717f3fb57ce9ce0200d329669d60b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 3 Nov 2010 14:29:39 +0000 Subject: [PATCH] Monotone-Parent: 808d40a88677de09c4168d17acc5946afe8e9813 Monotone-Revision: fe0261e28c3bddd21ccdc7436c04d43f5cdfce7d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-03T14:29:39 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 65ca89f55..c8e9cfde3 100644 --- a/Tests/Integration/GNUmakefile +++ b/Tests/Integration/GNUmakefile @@ -14,6 +14,6 @@ clean: rm -f $(PROGRAM) $(OBJS) *~ .m.o: - $(CC) -o $@ -c $(GNUSTEP_HEADERS_FLAGS) $(AUXILIARY_OBJCFLAGS) $(OBJCFLAGS) $(CPPFLAGS) $< + $(CC) -o $@ -c $(GNUSTEP_HEADERS_FLAGS) $(AUXILIARY_OBJCFLAGS) $(OBJCFLAGS) $(CPPFLAGS) -I../../SoObjects $< .SUFFIXES: .m .o