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 | 946578b59ced5d828b0ad62fe96fc6d9bb31008a (patch) | |
tree | 51cad63604aafd50aa3413b7ae1cfd398813a8f7 /Makefile.am | |
parent | e3acd4a80b246166bb971095ff598944fb59281b (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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1843abd..d6a90e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xfixes.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xfixes.pc.in .PHONY: ChangeLog INSTALL |