aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-02 02:32:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-02 02:32:39 +0000
commit46db89062f906a1d4f33cd24973f89e67d0b5a89 (patch)
treea9c0036c0a3ebbee1a0084cbdf25f530ee2759aa
parentfc34264e662b3b24ff43c585324987a4712a187b (diff)
downloadgnunet-46db89062f906a1d4f33cd24973f89e67d0b5a89.tar.gz
gnunet-46db89062f906a1d4f33cd24973f89e67d0b5a89.zip
-fix
-rw-r--r--src/dns/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 9e2566bca..4e2637204 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -39,7 +39,8 @@ gnunet_service_dns_LDADD = \
39 $(top_builddir)/src/util/libgnunetutil.la \ 39 $(top_builddir)/src/util/libgnunetutil.la \
40 $(top_builddir)/src/dht/libgnunetdht.la \ 40 $(top_builddir)/src/dht/libgnunetdht.la \
41 $(top_builddir)/src/mesh/libgnunetmesh.la \ 41 $(top_builddir)/src/mesh/libgnunetmesh.la \
42 $(GN_LIBINTL) -lgnunetdnsparser 42 $(top_builddir)/src/dns/libgnunetdnsparser.la \
43 $(GN_LIBINTL)
43 44
44 45
45libgnunetdnsparser_la_SOURCES = \ 46libgnunetdnsparser_la_SOURCES = \