summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-09-27 16:28:37 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-21 21:51:55 -0400
commitc362c31e583215855458bc5cbb9ed1020157b1ad (patch)
tree1e358bf5cd3d853eef422d215ce27dff90ffc7a2
parentd0f3336872147e925666aaf73b6c0c11aedc63c3 (diff)
Makefile.am: do not include autogen.sh in distribution #24183
This is a private build script that should not be distributed
-rw-r--r--Makefile.am2
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) \