diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-08-15 18:20:15 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-08-15 18:20:15 +0900 |
commit | 651f1227646174b5be0186b4b6cdff3a7134d869 (patch) | |
tree | f0bdcbc857df595c00d1707420f22f96d5ccd3c4 /src | |
parent | dc56ff80408b16393d645a55788b023f1de27bc9 (diff) |
Do not ship fcobjshash.gperf in archive
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0af71121..726c4351 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 \ |