From 7c461804ac6ae24d3026e803e7a0a04303a687c3 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Mon, 5 Aug 2013 17:06:19 -0700 Subject: Adding the LuaLoad function to Dalos. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5041205..09cc5d6 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ DALOS_CLI_SOURCES = \ Dalos-cli.cc \ \ Readline.cc \ +LuaLoad.cc \ ALL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(DALOS_CLI_SOURCES)))) ALL_DEPS = $(addsuffix .dep, $(notdir $(basename $(DALOS_CLI_SOURCES)))) -- cgit v1.2.3