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 | 21f7dc38add3bda551216a0fa6319d9f3f9af99a (patch) | |
tree | c8df850b3d0765f0419fcf0f4bbdb34a43bfc5e8 | |
parent | 650615405c327398b5708787bc19198cbb864d20 (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 5ce699f..8a318f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,6 @@ pkgconfig_DATA = xextproto.pc dist_doc_DATA = geproto.txt -EXTRA_DIST = xextproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |