add conf-tokens.gperf to EXTRA_DIST

otherwise it will be missing in `make dist`-generated tarballs.
This commit is contained in:
rofl0r 2020-09-27 15:55:23 +01:00
parent 094db9d670
commit 8594e9b8cc

View File

@ -65,3 +65,6 @@ conf-tokens.c: conf-tokens-gperf.inc
conf-tokens-gperf.inc: conf-tokens.gperf
$(GPERF) $< > $@
endif
EXTRA_DIST = conf-tokens.gperf