From c28a9fe980f8ccf5461fc0c4aab0425317171514 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 16:28:37 -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 e419649..2ca3726 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ xdmcpinclude_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xdmcp.pc -EXTRA_DIST = xdmcp.pc.in autogen.sh Wraphelp.c Wraphelp.README.crypto +EXTRA_DIST = xdmcp.pc.in Wraphelp.c Wraphelp.README.crypto if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -- 1.6.0.4