From c77803368611751f828c1cc7b00e77157b7774b3 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 16:33:51 -0400 Subject: [PATCH] Makefile.am: do not include autogen.sh in distribution #24183 This is a private build script that should not be distributed --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0642345..665572b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src -EXTRA_DIST = autogen.sh ChangeLog +EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES = ChangeLog -- 1.6.0.4