aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
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