commit c62a7fdc6bb1366f0d09317764b4e0cffa09b586 parent 3339da66366c212e015870da228d3bde0bf3edf6 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 11 Sep 2020 22:34:08 +0200 fix exchange 'make dist' rules Diffstat:
| M | contrib/Makefile.am | | | 3 | +++ |
| M | src/include/Makefile.am | | | 4 | +++- |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -36,6 +36,9 @@ EXTRA_DIST = \ $(ppen_DATA) \ update-tos.sh \ update-pp.sh \ + gana-update.sh \ + gana/gnu-taler-error-codes/registry.rec \ + gana/gnu-taler-error-codes/Makefile \ tos/Makefile \ tos/README \ tos/tos.rst \ diff --git a/src/include/Makefile.am b/src/include/Makefile.am @@ -20,7 +20,9 @@ talerinclude_HEADERS = \ taler_util.h \ taler_mhd_lib.h \ taler_pq_lib.h \ - taler_signatures.h + taler_signatures.h \ + taler_sq_lib.h \ + taler_twister_testing_lib.h EXTRA_DIST = \ backoff.h \