summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile6
-rw-r--r--MLKReadEvalPrintLoop.m2
2 files changed, 4 insertions, 4 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
diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m
index 1005ac7..ed073e7 100644
--- a/MLKReadEvalPrintLoop.m
+++ b/MLKReadEvalPrintLoop.m
@@ -30,8 +30,6 @@
#import <Foundation/NSNull.h>
#import <Foundation/NSString.h>
-#import <editline/history.h>
-#import <editline/readline.h>
#import <histedit.h>