aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2022-02-26 13:52:39 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2022-02-26 13:52:53 +0100
commitb00d7788784a7e58a318e0f484886c2d6dbd1ca9 (patch)
treec029293d1c17f8e5ad9b2f1a564bb96a55ce7a50 /src
parent7164ab94bd02201f492f6b47698a1e9d14944eb6 (diff)
downloadgnunet-b00d7788784a7e58a318e0f484886c2d6dbd1ca9.tar.gz
gnunet-b00d7788784a7e58a318e0f484886c2d6dbd1ca9.zip
-fix identity test distv0.16.0
Diffstat (limited to 'src')
-rw-r--r--src/identity/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index e535c208a..5a2110974 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -95,6 +95,7 @@ test_identity_defaults_LDADD = \
95 $(top_builddir)/src/util/libgnunetutil.la 95 $(top_builddir)/src/util/libgnunetutil.la
96 96
97EXTRA_DIST = \ 97EXTRA_DIST = \
98 test_identity.conf 98 test_identity.conf \
99 test_identity_messages.sh
99 100
100 101