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 | bce9d460a8759c866908c945ceb609de6bf03921 (patch) | |
tree | 5398cc9397fac483a0768f4d88adf5d96436ca7f | |
parent | 79cb4add177bee5dd451a8d459cb344451ea04a8 (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 ef2cf0a..006ba86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xkbfile.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xkbfile.pc.in .PHONY: ChangeLog INSTALL |