aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 12:38:47 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 12:38:47 +0200
commitaf0838834d3e6fd87e5208ddad2f4b229969b374 (patch)
tree7fcd993673f46ccf08ffd35ddd00ab2409ced01c /src
parent2014568d443adc99aed6cabdaaf300fbccadf3d8 (diff)
downloadgnunet-af0838834d3e6fd87e5208ddad2f4b229969b374.tar.gz
gnunet-af0838834d3e6fd87e5208ddad2f4b229969b374.zip
- fix build
Diffstat (limited to 'src')
-rw-r--r--src/gnsrecord/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 1748ad39d..201822d79 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -36,6 +36,7 @@ gnunet_gnsrecord_tvg_SOURCES = \
36 gnunet-gnsrecord-tvg.c 36 gnunet-gnsrecord-tvg.c
37gnunet_gnsrecord_tvg_LDADD = \ 37gnunet_gnsrecord_tvg_LDADD = \
38 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
39 $(top_builddir)/src/identity/libgnunetidentity.la \
39 libgnunetgnsrecord.la \ 40 libgnunetgnsrecord.la \
40 $(GN_LIBINTL) 41 $(GN_LIBINTL)
41 42