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 | f361cfd41f36dc60ad9c4832978391f3ce8951e6 (patch) | |
tree | 0204e8feac3009d39463737d8e697fac12cb055c | |
parent | 588e33d6037166da5a02e8ad73438544dca90e1a (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 6268dbe..f794763 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcomposite.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xcomposite.pc.in .PHONY: ChangeLog INSTALL |