summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-07-05 17:35:28 +0900
committerAkira TAGOH <akira@tagoh.org>2017-07-05 17:35:28 +0900
commit047b42fccab0dc99726356a9c8c7c50aea806f60 (patch)
tree53627deb6c906e790997d746944e472cef481187
parentc35e8df46dc041596674083772e59d5934635ae2 (diff)
Fix distcheck error
-rw-r--r--src/Makefile.am7
1 files changed, 6 insertions, 1 deletions
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 $@