diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:30 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:30 -0400 |
commit | a60e6edd191a52287a65cfa1c04915578a1c998c (patch) | |
tree | 7213027451b40568b011305879ecae7d38861843 | |
parent | 1d12dbdebd0fbf97dba8a77de0c9678b6439203e (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 7511e5b..6883b29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,6 @@ dmx_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dmxproto.pc -EXTRA_DIST = dmxproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |