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 | 5e22edcb54a29393ffb72e4014010835d1ceab69 (patch) | |
tree | dc38f56d6e8713494bf8235c772bf45dc25708aa | |
parent | 33bab5091b5c16133d88269744f5305dfd4e4fcb (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 62e247b..77d1ea7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,6 @@ pkgconfig_DATA = inputproto.pc dist_doc_DATA = XI2proto.txt XIproto.txt -EXTRA_DIST = inputproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |