aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 16:49:08 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 16:49:08 +0100
commit85088f7eedd1146890a5ce9af05fff934a5b1b8d (patch)
treed344906e3022c6c80aa373b989f4bb26f18dc00e /src/pt/Makefile.am
parent633bed1b616820d351b4ed3216273138a28587f2 (diff)
downloadgnunet-85088f7eedd1146890a5ce9af05fff934a5b1b8d.tar.gz
gnunet-85088f7eedd1146890a5ce9af05fff934a5b1b8d.zip
converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not converted yet
Diffstat (limited to 'src/pt/Makefile.am')
-rw-r--r--src/pt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index e36630ae4..7ea8257d5 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -25,7 +25,7 @@ gnunet_daemon_pt_SOURCES = \
25 gnunet-daemon-pt.c 25 gnunet-daemon-pt.c
26gnunet_daemon_pt_LDADD = \ 26gnunet_daemon_pt_LDADD = \
27 $(top_builddir)/src/vpn/libgnunetvpn.la \ 27 $(top_builddir)/src/vpn/libgnunetvpn.la \
28 $(top_builddir)/src/cadet/libgnunetcadet.la \ 28 $(top_builddir)/src/cadet/libgnunetcadetnew.la \
29 $(top_builddir)/src/dht/libgnunetdht.la \ 29 $(top_builddir)/src/dht/libgnunetdht.la \
30 $(top_builddir)/src/dns/libgnunetdns.la \ 30 $(top_builddir)/src/dns/libgnunetdns.la \
31 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 31 $(top_builddir)/src/dns/libgnunetdnsparser.la \