aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-19 18:38:57 +0000
committerLRN <lrn1986@gmail.com>2013-12-19 18:38:57 +0000
commit5deae7eff01257e72becc977fffe5b898c0dbc6a (patch)
tree7bb8a17048b6d9ea5a1df3cc8da965a3d0cd7e4a /src/gns/Makefile.am
parenta9e7ed1a67e96140bb2d41251de1520fc755f52c (diff)
downloadgnunet-5deae7eff01257e72becc977fffe5b898c0dbc6a.tar.gz
gnunet-5deae7eff01257e72becc977fffe5b898c0dbc6a.zip
Fix w32nsp exports
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 2 insertions, 1 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