From 86965ed01c0192eb42aad4cda8efaed277804282 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 16:26:11 -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 4f4da59..2ea533a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ pkgconfig_DATA = compositeproto.pc compositedocdir = $(datadir)/doc/$(PACKAGE) compositedoc_DATA = compositeproto.txt -EXTRA_DIST = autogen.sh compositeproto.pc.in $(compositedoc_DATA) +EXTRA_DIST = compositeproto.pc.in $(compositedoc_DATA) EXTRA_DIST += ChangeLog MAINTAINERCLEANFILES = ChangeLog -- 1.6.0.4