aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-25 17:45:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-25 17:45:03 +0000
commit77f81b949fe89c8a316f49fc5fa75cd51c513468 (patch)
treee6c0ee5d40782e2fb8d604d42f0970a2aeb1bff4 /src/namestore/Makefile.am
parent80a5a8965b3e28e6c1eb1a8a92c7b0189d87950b (diff)
downloadgnunet-77f81b949fe89c8a316f49fc5fa75cd51c513468.tar.gz
gnunet-77f81b949fe89c8a316f49fc5fa75cd51c513468.zip
-fix MX record parsing and serialization, others still to be fixed
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 604288431..0cb08fc77 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -75,6 +75,7 @@ libgnunetnamestore_la_SOURCES = \
75 namestore.h 75 namestore.h
76libgnunetnamestore_la_LIBADD = \ 76libgnunetnamestore_la_LIBADD = \
77 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 77 $(top_builddir)/src/statistics/libgnunetstatistics.la \
78 $(top_builddir)/src/dns/libgnunetdnsparser.la \
78 $(top_builddir)/src/util/libgnunetutil.la \ 79 $(top_builddir)/src/util/libgnunetutil.la \
79 $(GN_LIBINTL) 80 $(GN_LIBINTL)
80libgnunetnamestore_la_LDFLAGS = \ 81libgnunetnamestore_la_LDFLAGS = \