aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/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/vpn/Makefile.am
parentc8f6b6ac48fea41f20b3721295d0fa064b2d129d (diff)
downloadgnunet-211fd52268a5ae7856273dd8d8b3b3ed427beadb.tar.gz
gnunet-211fd52268a5ae7856273dd8d8b3b3ed427beadb.zip
Using regex for exit/vpn
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 453b3b908..71601383e 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -47,6 +47,7 @@ gnunet_service_vpn_LDADD = \
47 $(top_builddir)/src/tun/libgnunettun.la \ 47 $(top_builddir)/src/tun/libgnunettun.la \
48 $(top_builddir)/src/util/libgnunetutil.la \ 48 $(top_builddir)/src/util/libgnunetutil.la \
49 $(top_builddir)/src/mesh/libgnunetmesh.la \ 49 $(top_builddir)/src/mesh/libgnunetmesh.la \
50 $(top_builddir)/src/regex/libgnunetregex.la \
50 $(GN_LIBINTL) 51 $(GN_LIBINTL)
51gnunet_service_vpn_CFLAGS = \ 52gnunet_service_vpn_CFLAGS = \
52 -I$(top_srcdir)/src/exit $(CFLAGS) 53 -I$(top_srcdir)/src/exit $(CFLAGS)