From 77328cb57ca1db081e7d6de95664d6bb400d26e1 Mon Sep 17 00:00:00 2001 From: LRN Date: Sun, 22 Jul 2012 13:46:56 +0000 Subject: [PATCH] Fix dns2gns dependencies --- src/gns/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 21c144d5a..3b2da7c9c 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -295,6 +295,8 @@ gnunet_dns2gns_LDADD = \ $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/dns/libgnunetdnsparser.la \ $(GN_LIBINTL) +gnunet_dns2gns_DEPENDENCIES = \ + libgnunetgns.la gnunet_gns_proxy_SOURCES = \ gnunet-gns-proxy.c gns_proxy_proto.h -- 2.25.1