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 | f8914c5dba4c6514b83c7d8f5c550a2603e4da66 (patch) | |
tree | 3c57d4671fac1b2eb62c6adf0736de327ce6e3fc | |
parent | 5dd2b14345ba9b8b88d11dc027dc71625fbf15bc (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, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d985f88..e683ffa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,8 +29,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xdamage.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xdamage.pc.in - .PHONY: ChangeLog INSTALL |