From cec5fe02c3a4a36a2d48cc875150fedaf8a9d642 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 14 Jan 2014 22:53:46 -0500 Subject: [PATCH] Remove autogen.sh from distribution tarball --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.20.1