summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/Makefile.am b/lua/Makefile.am
index 7ac6fda..914f4c5 100644
--- a/lua/Makefile.am
+++ b/lua/Makefile.am
@@ -18,6 +18,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+lua_script_DATA = base.lua \
+ $(NULL)
+
+lua_scriptdir = $(pkgdatadir)
+
noinst_LTLIBRARIES = \
libpylua.la \
$(NULL)