From a05cf80fa3cf602dee0a3ddead14d2e646d6b2f9 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Fri, 9 Jul 2010 15:35:41 +0800 Subject: Fix build problem in ppa --- lua/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua') 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) -- cgit