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