summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-09-27 15:55:23 +0100
committerrofl0r <rofl0r@users.noreply.github.com>2020-09-27 15:55:23 +0100
commit8594e9b8cce214507711630cd642ea5788437d31 (patch)
treeeb6c388240f6b502534283f882527a51dd3ec752 /src
parent094db9d6703a5077520d80ed70ff66b8f1766d55 (diff)
add conf-tokens.gperf to EXTRA_DIST
otherwise it will be missing in `make dist`-generated tarballs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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
+