diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/Makefile.am b/lua/Makefile.am index e38c14c..d357e58 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -78,3 +78,7 @@ lua_ext_console_CFLAGS = \ lua_ext_console_LDADD = \ libpylua.la \ $(NULL) + +EXTRA_DIST = \ + base.lua \ + $(NULL) |
