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 | 56a94402e9252879771ba42ee76990f132b56fca (patch) | |
tree | 0aca0c872d253395a469d3006ec834169fb74f1c | |
parent | 72a31b1b758c42faef518081a1a1c436c26add4f (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 befe525..6064e46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,6 @@ pkgconfig_DATA = videoproto.pc dist_doc_DATA = xv-protocol-v2.txt -EXTRA_DIST = videoproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |