diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
commit | f3fe0f07a3071e11c23166a75fa8698f6cfeaa37 (patch) | |
tree | b8b2c43b36c2ec00e613b6a09a3338eb7765fb21 | |
parent | 7745d7c722ec3b576abb541e7b2cf599e5c07f15 (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 3467f60..3ef126a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ xf86vidmode_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xf86vidmodeproto.pc -EXTRA_DIST = xf86vidmodeproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |