summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 2511d57..77b80aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,14 +25,14 @@ headers = @headers@
llibs = \
lem/repl.lua \
- lem/streams.lua \
- lem/streams/queue.lua \
+ lem/io.lua \
+ lem/io/queue.lua \
lem/http.lua \
lem/hathaway.lua
clibs = \
lem/utils.so \
- lem/streams/core.so \
+ lem/io/core.so \
lem/http/core.so
ifdef V