diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
commit | 1f442cdd1c26fa10e654ef2e957e24c2306abb11 (patch) | |
tree | 9648b175847827c16a64c634b04e43c042edddfb | |
parent | 1511eb6065c103149b7ce59b4cc0aa538449cf80 (diff) |
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.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 98263f3..26b9995 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,6 @@ nodist_xproto_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xproto.pc -EXTRA_DIST = xproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |