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 | e8483875af8417918ce99fac61982167f96acf17 (patch) | |
tree | 57b55b59eeadfcf72b0463c41a3d1624faec239d | |
parent | 1ad4c147bbaf1523adba2e9f4b289c0fb4360097 (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 c020b27..420a225 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xxf86dga.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xxf86dga.pc.in .PHONY: ChangeLog INSTALL |