From 05aaa3eb156ac0fc2eb0cb449d7c3b903614f857 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 15:22:36 -0400 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0910437..2c23e34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh +EXTRA_DIST = $(appman_PRE) ChangeLog CLEANFILES = $(appman_DATA) MAINTAINERCLEANFILES=ChangeLog -- cgit v1.2.3