diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:49 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:49 -0400 |
commit | 5a876831762c5d22101bd2fa71203647858f66b2 (patch) | |
tree | 53bee9a936c78ef1e7aea1c65ae684b12cfca3ca /Makefile.am | |
parent | cba12c108da0c3eb868a5cb08f641b6d036e0d05 (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 3560e28..1f2c47c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xt.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xt.pc.in .PHONY: ChangeLog INSTALL |