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 | f01cb33610654d590339a838f0978386ed8ac5fd (patch) | |
tree | 6fdf222f558861647925c0497d934c0007236d2d | |
parent | c4a225f9c96362ca1a2bd98f9c82cb1992d7dd8c (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 88ac298..cc24949 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xtst.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xtst.pc.in .PHONY: ChangeLog INSTALL |