aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-10 22:29:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-10 22:29:03 +0000
commitf1a1df54b3f8e8bfde67df67dcc59e9135110fca (patch)
treeb807e51a32a6de2266fb044af8cc010248be9242 /src/vpn/Makefile.am
parent894248a687a4c5e63de96a58026bf275a10339a0 (diff)
downloadgnunet-f1a1df54b3f8e8bfde67df67dcc59e9135110fca.tar.gz
gnunet-f1a1df54b3f8e8bfde67df67dcc59e9135110fca.zip
-towards having mesh messages in VPN
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 28eb86b7d..857232a99 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -54,6 +54,8 @@ gnunet_service_vpn_LDADD = \
54 $(top_builddir)/src/util/libgnunetutil.la \ 54 $(top_builddir)/src/util/libgnunetutil.la \
55 $(top_builddir)/src/mesh/libgnunetmesh.la \ 55 $(top_builddir)/src/mesh/libgnunetmesh.la \
56 $(GN_LIBINTL) 56 $(GN_LIBINTL)
57gnunet_service_vpn_CFLAGS = \
58 -I$(top_srcdir)/src/exit $(CFLAGS)
57 59
58gnunet_daemon_exit_SOURCES = \ 60gnunet_daemon_exit_SOURCES = \
59 gnunet-daemon-exit.c 61 gnunet-daemon-exit.c