aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-27 01:16:00 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-27 01:16:00 +0100
commit20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4 (patch)
tree5d2bc239e847974b2c57fefb8b88e9e8e593b50d /src/cadet/Makefile.am
parentb22c452796ec17a0d596dc2d2a2636ee00e12d68 (diff)
downloadgnunet-20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4.tar.gz
gnunet-20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4.zip
more work on #5385
Diffstat (limited to 'src/cadet/Makefile.am')
-rw-r--r--src/cadet/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 57a716f29..8f4cd20d4 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -37,6 +37,7 @@ libgnunetcadet_la_SOURCES = \
37 cadet_api_get_peer.c \ 37 cadet_api_get_peer.c \
38 cadet_api_get_tunnel.c \ 38 cadet_api_get_tunnel.c \
39 cadet_api_list_peers.c \ 39 cadet_api_list_peers.c \
40 cadet_api_list_tunnels.c \
40 cadet_api_helper.c 41 cadet_api_helper.c
41libgnunetcadet_la_LIBADD = \ 42libgnunetcadet_la_LIBADD = \
42 $(top_builddir)/src/util/libgnunetutil.la \ 43 $(top_builddir)/src/util/libgnunetutil.la \