aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-17 19:22:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-17 19:22:23 +0000
commit40261ecc5bf242437f12cf91d035c138cf089a1e (patch)
treeb801c2939e97a1ed68e614e74a3ce47765dd82b5 /src/exit/Makefile.am
parent9d077316ac3c6a18a4b13e90d7549188c2fe1f81 (diff)
downloadgnunet-40261ecc5bf242437f12cf91d035c138cf089a1e.tar.gz
gnunet-40261ecc5bf242437f12cf91d035c138cf089a1e.zip
-move IPv4 header initialization to tun library
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 736bb5fd3..5a047a13a 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -37,6 +37,7 @@ gnunet_daemon_exit_SOURCES = \
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 \
40 $(top_builddir)/src/tun/libgnunettun.la \
40 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
41 $(top_builddir)/src/mesh/libgnunetmesh.la \ 42 $(top_builddir)/src/mesh/libgnunetmesh.la \
42 $(GN_LIBINTL) 43 $(GN_LIBINTL)