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 | f6b32127be4c800f73bf68c6ac7d79c630cae1fa (patch) | |
tree | 4a86a88c24b8f8c6e91eccfcb87b020a742924ce | |
parent | cb489d131adb1d454e9f6196d7d766c0acde12e6 (diff) | |
download | xorg-proto-kbproto-f6b32127be4c800f73bf68c6ac7d79c630cae1fa.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.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e1aacca..bbe8a1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,6 @@ kb_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = kbproto.pc -EXTRA_DIST = kbproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |