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 | 26dc5b0f626615156ca8a317f428ebc7c2d50498 (patch) | |
tree | ff284ea1a017e6b1df744c97b1f870fca6624672 | |
parent | 78ed756a343c37acb38cc230d03c334845553ab6 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6641795..3949b59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ pkgconfig_DATA = xft.pc CLEANFILES = xft-config MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xft-config.in xft.pc.in +EXTRA_DIST = xft-config.in .PHONY: ChangeLog INSTALL |