From 6ce4badc29d599835a9f2593aa9835b1905a72a2 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 28 Mar 2010 14:45:56 -0400 Subject: config: remove fontutil.pc.in from the EXTRA_DIST variable It is automatically distributed in the tarball by Automake Reviewed-by: Dan Nicholson Signed-off-by: Gaetan Nadon --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 51eb0aa..eed0c2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,9 +58,7 @@ appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) CLEANFILES = bdftruncate $(appman_DATA) -EXTRA_DIST = $(mapfiles_DATA) \ - $(appman_PRE) \ - fontutil.pc.in +EXTRA_DIST = $(mapfiles_DATA) $(appman_PRE) MAINTAINERCLEANFILES = ChangeLog INSTALL -- cgit v1.2.1