summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-03-29 14:53:48 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-03-29 14:53:48 -0400
commitad23722c4eec72f24d266291c31dfbed15d41e26 (patch)
treec818917d92daf588c8f01e0c037403e1d05c6886
parent0a86ae9ba2143642b29bc1c00a2f3f70eb5a1b52 (diff)
downloadxorg-lib-libXaw-ad23722c4eec72f24d266291c31dfbed15d41e26.tar.gz
config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 0d42987..bda6b89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,10 +26,9 @@ endif
endif
MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = xaw6.pc.in \
- xaw7.pc.in \
- autogen.sh \
- old-doc/Changelog \
+EXTRA_DIST = \
+ autogen.sh \
+ old-doc/Changelog \
old-doc/CHANGES
if !PLATFORM_WIN32