aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-09 22:38:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-09 22:38:49 +0000
commitd2c214f97316f90f0242a0921fb4f060313c6c18 (patch)
tree9062233053a29b0689e039c1619b4d3c77f5b679 /src/exit/Makefile.am
parent428ea7205a76b37863e7d987512aaae45029f37b (diff)
downloadgnunet-d2c214f97316f90f0242a0921fb4f060313c6c18.tar.gz
gnunet-d2c214f97316f90f0242a0921fb4f060313c6c18.zip
-defining proper structs for vpn-exit mesh communication
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 9d1e8b413..736bb5fd3 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -33,7 +33,7 @@ gnunet_helper_exit_SOURCES = \
33 gnunet-helper-exit.c 33 gnunet-helper-exit.c
34 34
35gnunet_daemon_exit_SOURCES = \ 35gnunet_daemon_exit_SOURCES = \
36 gnunet-daemon-exit.c 36 gnunet-daemon-exit.c exit.h
37gnunet_daemon_exit_LDADD = \ 37gnunet_daemon_exit_LDADD = \
38 $(top_builddir)/src/core/libgnunetcore.la \ 38 $(top_builddir)/src/core/libgnunetcore.la \
39 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 39 $(top_builddir)/src/statistics/libgnunetstatistics.la \