diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-07-05 17:35:28 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-07-05 17:35:28 +0900 |
commit | 047b42fccab0dc99726356a9c8c7c50aea806f60 (patch) | |
tree | 53627deb6c906e790997d746944e472cef481187 | |
parent | c35e8df46dc041596674083772e59d5934635ae2 (diff) |
Fix distcheck error
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bd5ac1f8..e5c1942e 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 $@ |