summaryrefslogtreecommitdiffstats
path: root/lua/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Makefile.am')
-rw-r--r--lua/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/Makefile.am b/lua/Makefile.am
index 39ecdac..9f2b9b3 100644
--- a/lua/Makefile.am
+++ b/lua/Makefile.am
@@ -20,6 +20,7 @@
lua_script_DATA = \
base.lua \
+ user.lua \
$(NULL)
lua_scriptdir = $(pkgdatadir)
@@ -83,4 +84,5 @@ lua_ext_console_LDADD = \
EXTRA_DIST = \
base.lua \
+ user.lua \
$(NULL)