From 047b42fccab0dc99726356a9c8c7c50aea806f60 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 5 Jul 2017 17:35:28 +0900 Subject: Fix distcheck error --- src/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index bd5ac1f..e5c1942 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -202,7 +202,12 @@ stamp-fcstdint: $(top_builddir)/config.status @touch $@ CLEANFILES = $(ALIAS_FILES) fontconfig.def -DISTCLEANFILES = stamp-fcstdint fcstdint.h stamp-fcobjshash.gperf +DISTCLEANFILES = \ + stamp-fcstdint \ + fcstdint.h \ + stamp-fcobjshash.gperf \ + fcobjshash.h \ + fcobjshash.gperf fontconfig.def: $(PUBLIC_FILES) $(PUBLIC_FT_FILES) echo Generating $@ -- cgit v1.2.3