summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6378a81..7e2ad42 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
all: test
-LMODULES := supple supple.request supple.objects supple.sandbox
+LMODULES := supple supple.request supple.objects supple.sandbox \
+ supple.host supple.comms
CMODULES := supple.capi
MODULES := $(LMODULES) $(CMODULES)
LUA_VER := 5.1