aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-06-25 20:45:48 +0200
committerlurchi <lurchi@strangeplace.net>2018-06-25 20:45:48 +0200
commitc3ba5de2238cedc1b49e65b0282b2e599eb460e4 (patch)
tree6d30759c305fec1794b7dccd608b3a497f7b8055 /src/exit
parentaa4317d1e62c277e17fe2a5e3583b509ffbdc117 (diff)
downloadgnunet-c3ba5de2238cedc1b49e65b0282b2e599eb460e4.tar.gz
gnunet-c3ba5de2238cedc1b49e65b0282b2e599eb460e4.zip
fix build error
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 442ce971c..ea4f08c73 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -49,7 +49,6 @@ endif
49gnunet_daemon_exit_SOURCES = \ 49gnunet_daemon_exit_SOURCES = \
50 gnunet-daemon-exit.c exit.h 50 gnunet-daemon-exit.c exit.h
51gnunet_daemon_exit_LDADD = \ 51gnunet_daemon_exit_LDADD = \
52 $(top_builddir)/src/dns/libgnunetdnsstub.la \
53 $(top_builddir)/src/dht/libgnunetdht.la \ 52 $(top_builddir)/src/dht/libgnunetdht.la \
54 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/statistics/libgnunetstatistics.la \
55 $(top_builddir)/src/util/libgnunetutil.la \ 54 $(top_builddir)/src/util/libgnunetutil.la \