diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-27 15:55:23 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-27 15:55:23 +0100 |
commit | 8594e9b8cce214507711630cd642ea5788437d31 (patch) | |
tree | eb6c388240f6b502534283f882527a51dd3ec752 | |
parent | 094db9d6703a5077520d80ed70ff66b8f1766d55 (diff) |
add conf-tokens.gperf to EXTRA_DIST
otherwise it will be missing in `make dist`-generated tarballs.
-rw-r--r-- | src/Makefile.am | 3 |
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 + |