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 a9c5d47..c15bf3a 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)