fix
[oweals/gnunet.git] / src / gns / Makefile.am
index 45bacda3c51eb81b632b658d477d4e1f40d87167..7b88769fb622380f7ce4b6dfa7058c484c909f0c 100644 (file)
@@ -11,6 +11,7 @@ if MINGW
   DO_W32_HELPER = gnunet-gns-helper-service-w32
   DO_W32_NSP = libw32nsp.la
   DO_W32_NSPTOOLS = w32nsp-install w32nsp-uninstall w32nsp-resolve
+  DO_W32_HS_CONF = gns-helper-service-w32.conf
 endif
 
 if USE_COVERAGE
@@ -23,7 +24,7 @@ plugindir = $(libdir)/gnunet
 
 pkgcfg_DATA = \
   gns.conf \
-  gns-helper-service-w32.conf
+  $(DO_W32_HS_CONF)
 
 lib_LTLIBRARIES = \
   $(DO_W32_NSP) \
@@ -185,12 +186,12 @@ test_gns_simple_shorten_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la \
   $(top_builddir)/src/gns/libgnunetgns.la \
-  $(top_builddir)/src/testing_old/libgnunettesting_old.la
+  $(top_builddir)/src/testing/libgnunettesting.la
 test_gns_simple_shorten_DEPENDENCIES = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la \
   $(top_builddir)/src/gns/libgnunetgns.la \
-  $(top_builddir)/src/testing_old/libgnunettesting_old.la
+  $(top_builddir)/src/testing/libgnunettesting.la
 
 test_gns_simple_get_authority_SOURCES = \
   test_gns_simple_get_authority.c
@@ -293,7 +294,11 @@ gnunet_dns2gns_LDADD = \
   $(top_builddir)/src/gns/libgnunetgns.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la \
+  $(top_builddir)/src/dns/libgnunetdnsparser.la \
+       $(top_builddir)/src/dns/libgnunetdnsstub.la \
   $(GN_LIBINTL)
+gnunet_dns2gns_DEPENDENCIES = \
+  libgnunetgns.la
 
 gnunet_gns_proxy_SOURCES = \
  gnunet-gns-proxy.c gns_proxy_proto.h