summaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index d350d86e2..93a26801f 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -34,7 +34,7 @@ libexec_PROGRAMS = \
34if MINGW 34if MINGW
35 gnunet_helper_exit_LDFLAGS = \ 35 gnunet_helper_exit_LDFLAGS = \
36 -no-undefined -Wl,--export-all-symbols 36 -no-undefined -Wl,--export-all-symbols
37 37
38 gnunet_helper_exit_LDADD = \ 38 gnunet_helper_exit_LDADD = \
39 -lsetupapi -lnewdev -lshell32 -liconv -lstdc++ \ 39 -lsetupapi -lnewdev -lshell32 -liconv -lstdc++ \
40 -lcomdlg32 -lgdi32 -liphlpapi 40 -lcomdlg32 -lgdi32 -liphlpapi
@@ -54,5 +54,5 @@ gnunet_daemon_exit_LDADD = \
54 $(top_builddir)/src/tun/libgnunettun.la \ 54 $(top_builddir)/src/tun/libgnunettun.la \
55 $(top_builddir)/src/util/libgnunetutil.la \ 55 $(top_builddir)/src/util/libgnunetutil.la \
56 $(top_builddir)/src/mesh/libgnunetmesh.la \ 56 $(top_builddir)/src/mesh/libgnunetmesh.la \
57 $(top_builddir)/src/regex/libgnunetregex.la \ 57 $(top_builddir)/src/regex/libgnunetregexnew.la \
58 $(GN_LIBINTL) 58 $(GN_LIBINTL)