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 | 5a96616d2d8379b853b643e3e044e7b7b4691b24 (patch) | |
tree | 552663eca0e0bd05037af6e65efd245362e1557b | |
parent | d32c5c182fcdbf4c3e3fbfe5640b1a9f52145891 (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 674dcac..f110254 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,6 @@ xf86dga_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xf86dgaproto.pc -EXTRA_DIST = xf86dgaproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |