aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-06-25 18:38:13 +0200
committerlurchi <lurchi@strangeplace.net>2018-06-25 18:38:27 +0200
commita4186fc2fd00b3fe2899bffcdbbbf8fead31115f (patch)
treed70c5939cc99d43e29ce63a4faa9ef334de0c81d /src/gnsrecord
parent7da98cf076e9c5101244dfbbf8c3ddff045d298e (diff)
downloadgnunet-a4186fc2fd00b3fe2899bffcdbbbf8fead31115f.tar.gz
gnunet-a4186fc2fd00b3fe2899bffcdbbbf8fead31115f.zip
Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"
This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index f840a31a4..c83aa3307 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -38,6 +38,7 @@ libgnunetgnsrecord_la_SOURCES = \
38 gnsrecord_crypto.c \ 38 gnsrecord_crypto.c \
39 gnsrecord_misc.c 39 gnsrecord_misc.c
40libgnunetgnsrecord_la_LIBADD = \ 40libgnunetgnsrecord_la_LIBADD = \
41 $(top_builddir)/src/dns/libgnunetdnsparser.la \
41 $(top_builddir)/src/util/libgnunetutil.la \ 42 $(top_builddir)/src/util/libgnunetutil.la \
42 $(GN_LIBINTL) 43 $(GN_LIBINTL)
43libgnunetgnsrecord_la_LDFLAGS = \ 44libgnunetgnsrecord_la_LDFLAGS = \
@@ -52,6 +53,7 @@ plugin_LTLIBRARIES = \
52libgnunet_plugin_gnsrecord_dns_la_SOURCES = \ 53libgnunet_plugin_gnsrecord_dns_la_SOURCES = \
53 plugin_gnsrecord_dns.c 54 plugin_gnsrecord_dns.c
54libgnunet_plugin_gnsrecord_dns_la_LIBADD = \ 55libgnunet_plugin_gnsrecord_dns_la_LIBADD = \
56 $(top_builddir)/src/dns/libgnunetdnsparser.la \
55 $(top_builddir)/src/util/libgnunetutil.la \ 57 $(top_builddir)/src/util/libgnunetutil.la \
56 $(LTLIBINTL) 58 $(LTLIBINTL)
57libgnunet_plugin_gnsrecord_dns_la_LDFLAGS = \ 59libgnunet_plugin_gnsrecord_dns_la_LDFLAGS = \