aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-05 21:33:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-05 21:33:37 +0000
commit4ce2d673d41ad8a8b9e5389b5b97ecb5e77f190d (patch)
tree4121ea931c40568a7624413cf2b19c707572876f /src/exit/Makefile.am
parent8411c737ab7cf78a37d841f75cf1a0298c3cd26d (diff)
downloadgnunet-4ce2d673d41ad8a8b9e5389b5b97ecb5e77f190d.tar.gz
gnunet-4ce2d673d41ad8a8b9e5389b5b97ecb5e77f190d.zip
-moving to regex
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)