From 05b524c70ec06d18ca1d305c98bcd480e2482eb2 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 16:09:14 -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 13a392b..bf8b33b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ dist_appdefault_DATA = \ app-defaults/Bitmap -EXTRA_DIST = bitmap.icon ChangeLog autogen.sh +EXTRA_DIST = bitmap.icon ChangeLog MAINTAINERCLEANFILES=ChangeLog .PHONY: ChangeLog -- 1.6.0.4