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 | cf80c95d1826c7ec5b701b361d5d39d650c414f3 (patch) | |
tree | 860e53fa2270d6c73a3803126adc25313e23eddd | |
parent | 67bcebd15489d69705c563cd2b63366c59cb21aa (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 4146510..f9cc316 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ record_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = recordproto.pc -EXTRA_DIST = recordproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |