aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-11-02 16:41:25 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-11-02 16:41:25 +0000
commit211fd52268a5ae7856273dd8d8b3b3ed427beadb (patch)
treef30b55769ea49eecf36cdf9a87ab3f2115b81565 /src/exit/Makefile.am
parentc8f6b6ac48fea41f20b3721295d0fa064b2d129d (diff)
downloadgnunet-211fd52268a5ae7856273dd8d8b3b3ed427beadb.tar.gz
gnunet-211fd52268a5ae7856273dd8d8b3b3ed427beadb.zip
Using regex for exit/vpn
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index dd030e7a4..2da59f14a 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -41,4 +41,5 @@ gnunet_daemon_exit_LDADD = \
41 $(top_builddir)/src/tun/libgnunettun.la \ 41 $(top_builddir)/src/tun/libgnunettun.la \
42 $(top_builddir)/src/util/libgnunetutil.la \ 42 $(top_builddir)/src/util/libgnunetutil.la \
43 $(top_builddir)/src/mesh/libgnunetmesh.la \ 43 $(top_builddir)/src/mesh/libgnunetmesh.la \
44 $(top_builddir)/src/regex/libgnunetregex.la \
44 $(GN_LIBINTL) 45 $(GN_LIBINTL)