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 | a3ed63ba72d767371174d1442c810144b0d2f8b7 (patch) | |
tree | aff66b54ccf0ada74ea9e58b2e6fd8fa5a947420 | |
parent | 02155a7f70ad94026a7c138081c4249cffbc25a7 (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 c91951b..82d138d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xxf86vm.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xxf86vm.pc.in .PHONY: ChangeLog INSTALL |