From f78c894fd1c7645460488cf3ebe5e93eb5f73c9d Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 16:30:48 -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 061da14..2c2cd08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man -EXTRA_DIST = autogen.sh ChangeLog +EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES = ChangeLog -- 1.6.0.4