aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-29 11:47:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-29 11:47:40 +0000
commitd155690a24d645e746d7cd12e5c1d47646d96558 (patch)
tree657f47d48cf70950ba240ebc0414a71f6cac6bed /src/util/Makefile.am
parentba232c9d203303cd2beb2994fc49c5d5b700d85c (diff)
downloadgnunet-d155690a24d645e746d7cd12e5c1d47646d96558.tar.gz
gnunet-d155690a24d645e746d7cd12e5c1d47646d96558.zip
LRN: new code for GNUNET_OS_network_interfaces_list on W32 improving support for IPv6 and subnets/masks, see Mantis 1958
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index c62fc4246..a2e7f2449 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -17,7 +17,7 @@ libgnunetutilwin_la_LDFLAGS = \
17 -no-undefined -Wl,--export-all-symbols 17 -no-undefined -Wl,--export-all-symbols
18libgnunetutilwin_la_LIBADD = \ 18libgnunetutilwin_la_LIBADD = \
19 -lshell32 -liconv -lstdc++ \ 19 -lshell32 -liconv -lstdc++ \
20 -lcomdlg32 -lgdi32 20 -lcomdlg32 -lgdi32 -liphlpapi
21WINLIB = libgnunetutilwin.la 21WINLIB = libgnunetutilwin.la
22endif 22endif
23 23