commit 3f2048272a085e6c88abb924bb832fc83b44006b parent 5d1d3e32ba70632181e272f720d15a2085ba4a84 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 24 Dec 2019 23:49:16 +0100 adding missing files to dist Diffstat:
| M | src/include/Makefile.am | | | 3 | +++ |
| M | src/test/Makefile.am | | | 3 | ++- |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/include/Makefile.am b/src/include/Makefile.am @@ -6,3 +6,6 @@ talerincludedir = $(includedir)/taler talerinclude_HEADERS = \ taler_twister_service.h \ taler_twister_testing_lib.h + +EXTRA_DIST = \ + platform.h diff --git a/src/test/Makefile.am b/src/test/Makefile.am @@ -10,4 +10,5 @@ TESTS = \ test_twister.sh EXTRA_DIST = \ - $(TESTS) + $(TESTS) \ + test_twister.conf