From 8594e9b8cce214507711630cd642ea5788437d31 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 27 Sep 2020 15:55:23 +0100 Subject: add conf-tokens.gperf to EXTRA_DIST otherwise it will be missing in `make dist`-generated tarballs. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 9c8458e..6d806e0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 + -- cgit v1.2.3