aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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