diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2022-02-03 23:59:18 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2022-02-03 23:59:18 +0100 |
commit | 65f9e37ce036acdfab29b25b9b6f69de1b126962 (patch) | |
tree | f7a279b11fd62828f29517abf4c7bd676406a673 | |
parent | f3eaf5dae9a14fc62109b6e7c69571a068301fed (diff) |
-fix distv0.16.0-alpha.6
-rw-r--r-- | src/gnsrecord/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am index 4308d9c1a..8665157e9 100644 --- a/src/gnsrecord/Makefile.am +++ b/src/gnsrecord/Makefile.am @@ -35,7 +35,8 @@ lib_LTLIBRARIES = \ libgnunetgnsrecordjson.la gnunet_gnsrecord_tvg_SOURCES = \ - gnunet-gnsrecord-tvg.c + gnunet-gnsrecord-tvg.c \ + gnsrecord_crypto.h gnunet_gnsrecord_tvg_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ |