aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-06 11:40:48 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-06 11:40:48 +0000
commita5f7e9db370fa9db4b11a2be66888c348fdd395f (patch)
tree5065c4f92f6549d69e1563225c1bfed6f1a09bc3 /src/gns/Makefile.am
parent552c240a850306b1ef4fc9cd831eedaf59995ddd (diff)
downloadgnunet-a5f7e9db370fa9db4b11a2be66888c348fdd395f.tar.gz
gnunet-a5f7e9db370fa9db4b11a2be66888c348fdd395f.zip
-box from/to string conversion
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 6699931c0..f8d266748 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -86,6 +86,7 @@ plugin_LTLIBRARIES = \
86libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ 86libgnunet_plugin_gnsrecord_gns_la_SOURCES = \
87 plugin_gnsrecord_gns.c 87 plugin_gnsrecord_gns.c
88libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ 88libgnunet_plugin_gnsrecord_gns_la_LIBADD = \
89 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
89 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 90 $(top_builddir)/src/dns/libgnunetdnsparser.la \
90 $(top_builddir)/src/util/libgnunetutil.la \ 91 $(top_builddir)/src/util/libgnunetutil.la \
91 $(LTLIBINTL) 92 $(LTLIBINTL)