Remove duplicated EXTRA_DIST value in lua/Makefile.am
authorPeng Huang <shawn.p.huang@gmail.com>
Fri, 13 Aug 2010 22:43:29 +0000 (06:43 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 17 Aug 2010 06:04:42 +0000 (15:04 +0900)
lua/Makefile.am

index a834cf8..ef3d882 100644 (file)
 # 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)