aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 15:49:38 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 15:49:38 +0200
commitcd1c45b00ae4ba98ad3b365c2db67d82bdc0843d (patch)
tree17346ca2852fd38b63484dc817720080002b6195 /src/gnsrecord/Makefile.am
parent17e43503b9e8c88e24e66d1f6a8ffcf543361c27 (diff)
downloadgnunet-cd1c45b00ae4ba98ad3b365c2db67d82bdc0843d.tar.gz
gnunet-cd1c45b00ae4ba98ad3b365c2db67d82bdc0843d.zip
- more dep fixes
Diffstat (limited to 'src/gnsrecord/Makefile.am')
-rw-r--r--src/gnsrecord/Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 02a50973b..36be13c8d 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -30,7 +30,8 @@ TESTS = \
30endif 30endif
31 31
32lib_LTLIBRARIES = \ 32lib_LTLIBRARIES = \
33 libgnunetgnsrecord.la 33 libgnunetgnsrecord.la \
34 libgnunetgnsrecordjson.la
34 35
35gnunet_gnsrecord_tvg_SOURCES = \ 36gnunet_gnsrecord_tvg_SOURCES = \
36 gnunet-gnsrecord-tvg.c 37 gnunet-gnsrecord-tvg.c
@@ -56,6 +57,17 @@ libgnunetgnsrecord_la_LDFLAGS = \
56 $(GN_LIB_LDFLAGS) \ 57 $(GN_LIB_LDFLAGS) \
57 -version-info 0:0:0 58 -version-info 0:0:0
58 59
60libgnunetgnsrecordjson_la_SOURCES = \
61 json_gnsrecord.c
62libgnunetgnsrecordjson_la_LIBADD = \
63 $(top_builddir)/src/util/libgnunetutil.la \
64 $(top_builddir)/src/identity/libgnunetidentity.la \
65 libgnunetgnsrecord.la \
66 -ljansson \
67 $(GN_LIBINTL)
68libgnunetgnsrecordjson_la_LDFLAGS = \
69 $(GN_LIB_LDFLAGS) \
70 -version-info 0:0:0
59 71
60plugin_LTLIBRARIES = \ 72plugin_LTLIBRARIES = \
61 libgnunet_plugin_gnsrecord_dns.la 73 libgnunet_plugin_gnsrecord_dns.la