diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2010-08-14 06:43:29 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2010-08-17 15:04:42 +0900 |
commit | e47965d40f5cf56b15c10aca74fff0e3739c988d (patch) | |
tree | 7d0ddeda4742be59ae20322894d0cc937259496f /lua | |
parent | f3f325b0603ed635d076a5e6430164b2c72b21da (diff) | |
download | ibus-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')
-rw-r--r-- | lua/Makefile.am | 5 |
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) |