summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-06-21 13:34:12 +0800
committerPeng Wu <alexepico@gmail.com>2010-06-21 13:34:12 +0800
commit7841b9d8c603911f5f09e75914f7272f367c22ac (patch)
tree604e667d1e27c9c5492b602cc84bfec6bd4df60e /lua
parent5f70f6792d22758e37f2875db716ad5a2fefb6da (diff)
downloadibus-libpinyin-7841b9d8c603911f5f09e75914f7272f367c22ac.tar.gz
ibus-libpinyin-7841b9d8c603911f5f09e75914f7272f367c22ac.tar.xz
ibus-libpinyin-7841b9d8c603911f5f09e75914f7272f367c22ac.zip
fixes base.lua path.
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)