aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-09 17:53:20 +0000
committerLRN <lrn1986@gmail.com>2013-12-09 17:53:20 +0000
commit2d828dcdcd023b9361b11491254d08f122c142b1 (patch)
treefdf837d651c71372c630ce53175547a687e323ab /src/gns/Makefile.am
parenteec3e29ff08f7cf71b97f39e0ca54848eb88683c (diff)
downloadgnunet-2d828dcdcd023b9361b11491254d08f122c142b1.tar.gz
gnunet-2d828dcdcd023b9361b11491254d08f122c142b1.zip
Update W32 GNS helper and NSP
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index a24f5f63d..73210f6cf 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -153,10 +153,12 @@ gnunet_gns_helper_service_w32_SOURCES = \
153 gnunet-gns-helper-service-w32.c 153 gnunet-gns-helper-service-w32.c
154gnunet_gns_helper_service_w32_LDADD = \ 154gnunet_gns_helper_service_w32_LDADD = \
155 $(top_builddir)/src/gns/libgnunetgns.la \ 155 $(top_builddir)/src/gns/libgnunetgns.la \
156 $(top_builddir)/src/identity/libgnunetidentity.la \
156 $(top_builddir)/src/util/libgnunetutil.la \ 157 $(top_builddir)/src/util/libgnunetutil.la \
157 $(GN_LIBINTL) 158 $(GN_LIBINTL)
158gnunet_gns_helper_service_w32_DEPENDENCIES = \ 159gnunet_gns_helper_service_w32_DEPENDENCIES = \
159 $(top_builddir)/src/util/libgnunetutil.la \ 160 $(top_builddir)/src/util/libgnunetutil.la \
161 $(top_builddir)/src/identity/libgnunetidentity.la \
160 libgnunetgns.la 162 libgnunetgns.la
161 163
162w32nsp_install_SOURCES = \ 164w32nsp_install_SOURCES = \