summaryrefslogtreecommitdiffstats
path: root/lua/Makefile.am
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-08-14 06:43:29 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-08-17 15:04:42 +0900
commite47965d40f5cf56b15c10aca74fff0e3739c988d (patch)
tree7d0ddeda4742be59ae20322894d0cc937259496f /lua/Makefile.am
parentf3f325b0603ed635d076a5e6430164b2c72b21da (diff)
downloadibus-libpinyin-e47965d40f5cf56b15c10aca74fff0e3739c988d.tar.gz
ibus-libpinyin-e47965d40f5cf56b15c10aca74fff0e3739c988d.tar.xz
ibus-libpinyin-e47965d40f5cf56b15c10aca74fff0e3739c988d.zip
Remove duplicated EXTRA_DIST value in lua/Makefile.am
Diffstat (limited to 'lua/Makefile.am')
-rw-r--r--lua/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/Makefile.am b/lua/Makefile.am
index a834cf8..ef3d882 100644
--- a/lua/Makefile.am
+++ b/lua/Makefile.am
@@ -18,11 +18,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-EXTRA_DIST = \
- base.lua \
- test.lua \
- $(NULL)
-
lua_script_DATA = \
base.lua \
$(NULL)