aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/Makefile.am3
-rw-r--r--src/gns/w32nsp.def4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index fc115077f..36d50ac2e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -15,6 +15,7 @@ EXTRA_DIST = \
15 test_gns_proxy.conf \ 15 test_gns_proxy.conf \
16 test_gns_simple_lookup.conf \ 16 test_gns_simple_lookup.conf \
17 gns-helper-service-w32.conf \ 17 gns-helper-service-w32.conf \
18 w32nsp.def \
18 gnunet-gns-proxy-setup-ca \ 19 gnunet-gns-proxy-setup-ca \
19 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \ 20 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \
20 zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \ 21 zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \
@@ -212,7 +213,7 @@ libw32nsp_la_LIBADD = \
212 -lole32 -lws2_32 213 -lole32 -lws2_32
213libw32nsp_la_LDFLAGS = \ 214libw32nsp_la_LDFLAGS = \
214 -export-symbols $(top_srcdir)/src/gns/w32nsp.def \ 215 -export-symbols $(top_srcdir)/src/gns/w32nsp.def \
215 $(GN_LIB_LDFLAGS) -static-libgcc 216 -no-undefined -static-libgcc
216 217
217libgnunetgns_la_SOURCES = \ 218libgnunetgns_la_SOURCES = \
218 gns_api.c gns.h 219 gns_api.c gns.h
diff --git a/src/gns/w32nsp.def b/src/gns/w32nsp.def
index c4070a80f..6bd28b283 100644
--- a/src/gns/w32nsp.def
+++ b/src/gns/w32nsp.def
@@ -1,2 +1,2 @@
1NSPStartup@8 1EXPORTS
2NSPCleanup@4 2NSPStartup=GNUNET_W32NSP_NSPStartup