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 | bbf13fdf9259886403347c4fd6f127bed0af4426 (patch) | |
tree | 75f87b1e9d4db23a9277afb716be6ce72b57a23a /Makefile.am | |
parent | 51e0e392e34e543fadb873a1a1e15c01f96cc538 (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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d087acc..92a4911 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,6 @@ xinerama_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xineramaproto.pc -EXTRA_DIST = xineramaproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |