From a3163ecf6c1f540533314cc9ae882b11fc0f2205 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 15:37:25 -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 22b95f5..2ec638e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ dist_appdefault_DATA = \ app-defaults/XCalc \ app-defaults/XCalc-color -EXTRA_DIST = ChangeLog autogen.sh +EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES = ChangeLog -- 1.6.0.4