summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-19 18:38:55 +0000
committerLRN <lrn1986@gmail.com>2013-12-19 18:38:55 +0000
commita9e7ed1a67e96140bb2d41251de1520fc755f52c (patch)
treeb5e5ddfc5087dd4510b0c73b4b03a9621f4cadbc /src/gns/Makefile.am
parent29a3fd0c128715ee22065776e51e8340d1e846d8 (diff)
downloadgnunet-a9e7ed1a67e96140bb2d41251de1520fc755f52c.tar.gz
gnunet-a9e7ed1a67e96140bb2d41251de1520fc755f52c.zip
W32 NSP: Don't use 64-bit types, link to libgcc statically
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index af982976e..fc115077f 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -212,7 +212,7 @@ libw32nsp_la_LIBADD = \
212 -lole32 -lws2_32 212 -lole32 -lws2_32
213libw32nsp_la_LDFLAGS = \ 213libw32nsp_la_LDFLAGS = \
214 -export-symbols $(top_srcdir)/src/gns/w32nsp.def \ 214 -export-symbols $(top_srcdir)/src/gns/w32nsp.def \
215 $(GN_LIB_LDFLAGS) 215 $(GN_LIB_LDFLAGS) -static-libgcc
216 216
217libgnunetgns_la_SOURCES = \ 217libgnunetgns_la_SOURCES = \
218 gns_api.c gns.h 218 gns_api.c gns.h