From a7b7bc72b9ad061ed164601d2d18dbffd6ec1f4f Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 29 Mar 2010 14:53:48 -0400 Subject: [PATCH] config: remove the pkgconfig pc.in file from EXTRA_DIST Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a22c157..7aee053 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xfont.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xfont.pc.in include/X11/fonts/fontconf.h.in +EXTRA_DIST = include/X11/fonts/fontconf.h.in .PHONY: ChangeLog INSTALL