From e47965d40f5cf56b15c10aca74fff0e3739c988d Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Sat, 14 Aug 2010 06:43:29 +0800 Subject: [PATCH] Remove duplicated EXTRA_DIST value in lua/Makefile.am --- lua/Makefile.am | 5 ----- 1 file changed, 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) -- 2.7.4