]> Untitled Git - emu8051.git/commitdiff
Remove autogen.sh from distribution tarball
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 15 Jan 2014 03:53:46 +0000 (22:53 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 15 Jan 2014 03:57:45 +0000 (22:57 -0500)
Makefile.am

index a9c5d47f2484125605a88b6831c66d5c2581d91c..c15bf3aa3b2bfbd5c36debce30ddc009a8728cb8 100644 (file)
@@ -7,8 +7,7 @@ AUTOMAKE_OPTIONS = gnu
 SUBDIRS = src/common src/cli src/gtk data doc tests
 
 ## We want these in the dist tarball
-EXTRA_DIST = autogen.sh \
-             pixmaps
+EXTRA_DIST = pixmaps
 
 ACLOCAL = aclocal -I $(ac_aux_dir)