aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-03 23:59:18 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-03 23:59:18 +0100
commit65f9e37ce036acdfab29b25b9b6f69de1b126962 (patch)
treef7a279b11fd62828f29517abf4c7bd676406a673
parentf3eaf5dae9a14fc62109b6e7c69571a068301fed (diff)
downloadgnunet-65f9e37ce036acdfab29b25b9b6f69de1b126962.tar.gz
gnunet-65f9e37ce036acdfab29b25b9b6f69de1b126962.zip
-rw-r--r--src/gnsrecord/Makefile.am3
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 = \
35 libgnunetgnsrecordjson.la 35 libgnunetgnsrecordjson.la
36 36
37gnunet_gnsrecord_tvg_SOURCES = \ 37gnunet_gnsrecord_tvg_SOURCES = \
38 gnunet-gnsrecord-tvg.c 38 gnunet-gnsrecord-tvg.c \
39 gnsrecord_crypto.h
39gnunet_gnsrecord_tvg_LDADD = \ 40gnunet_gnsrecord_tvg_LDADD = \
40 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
41 $(top_builddir)/src/identity/libgnunetidentity.la \ 42 $(top_builddir)/src/identity/libgnunetidentity.la \