From: Hugo Villeneuve Date: Wed, 15 Jan 2014 03:53:46 +0000 (-0500) Subject: Remove autogen.sh from distribution tarball X-Git-Tag: v2.0.0~5 X-Git-Url: http://gitweb.hugovil.com/?p=emu8051.git;a=commitdiff_plain;h=cec5fe02c3a4a36a2d48cc875150fedaf8a9d642 Remove autogen.sh from distribution tarball --- diff --git a/Makefile.am b/Makefile.am index a9c5d47..c15bf3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)