summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:39:06 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:39:06 +0200
commit5315f6d376ac9ccbc43d257fa7c4d2cb6400be62 (patch)
treecf6034e6db90df20ba0d907fa0b7df09c4d1c967 /GNUmakefile
parent13c8a8e6c4595686ee3ce7d6cd0be6b4838e0dba (diff)
Fix more compilation errors.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 4 insertions, 2 deletions
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