diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:48 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:48 -0400 |
commit | d665b35a9b33b7b0a80b557115240ff5514bd8cf (patch) | |
tree | 5b4afbcc442dbe425ebeda3eea119e4c98a76cbe | |
parent | 00e9520738c8660451cdf21e5a3b530924855822 (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 c7182d8..2774e62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xscrnsaver.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xscrnsaver.pc.in .PHONY: ChangeLog INSTALL |