From 651f1227646174b5be0186b4b6cdff3a7134d869 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 15 Aug 2017 18:20:15 +0900 Subject: [PATCH] Do not ship fcobjshash.gperf in archive --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0af7112..726c435 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -124,8 +124,7 @@ fcobjshash.h: Makefile fcobjshash.gperf mv -f $@.tmp $@ || ( $(RM) $@.tmp && false ) EXTRA_DIST += \ - fcobjshash.gperf.h \ - fcobjshash.gperf + fcobjshash.gperf.h libfontconfig_la_SOURCES = \ fcarch.h \