From 5315f6d376ac9ccbc43d257fa7c4d2cb6400be62 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 6 Jul 2008 16:39:06 +0200 Subject: Fix more compilation errors. --- GNUmakefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 20881fd..a09962f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -51,11 +51,13 @@ etshell_OBJC_FILES = StepTalkShell/STShell.m \ StepTalkShell/STShell+output.m \ StepTalkShell/stshell_tool.m etshell_OBJC_LIBS += -lStepTalk -lreadline -lncurses -lToiletKit \ - -LToiletKit.framework + -LToiletKit.framework \ + -LToiletKit.framework/Versions/Current etshell_OBJCFLAGS = -w toilet_OBJC_FILES = MLKReadEvalPrintLoop.m -toilet_OBJC_LIBS += -ledit -lncurses -lToiletKit -LToiletKit.framework +toilet_OBJC_LIBS += -ledit -lncurses -lToiletKit -LToiletKit.framework \ + -LToiletKit.framework/Versions/Current Test_OBJC_FILES = MLKLowLevelTests.m Test_OBJC_LIBS = -lUnitKit -LToiletKit.framework -lToiletKit -- cgit v1.2.3