From 269edc7d64d796e67447474178196bd4255ede54 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 16:02:01 -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 7e9a768..2141937 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ appmandir = $(APP_MAN_DIR) appman_PRE = xcursorgen.man 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 -- 1.6.0.4