Monotone-Parent: fe0261e28c3bddd21ccdc7436c04d43f5cdfce7d

Monotone-Revision: dde4cb6401010f8fb6e70639215b4bf693f18f1d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-03T14:39:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-11-03 14:39:40 +00:00
parent bcb5f282e3
commit 231b8390d5
+1 -1
View File
@@ -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