aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 01:36:59 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 01:36:59 +0100
commit91abbcffa03d4f87d4c899ec396c9213e9dc6e18 (patch)
tree49ddcaafa36449bd9030f012cdf34a92537c1e39 /src/pt/Makefile.am
parentba32b87dd8c99a85ffe5d620d9ad20b43abf7345 (diff)
downloadgnunet-91abbcffa03d4f87d4c899ec396c9213e9dc6e18.tar.gz
gnunet-91abbcffa03d4f87d4c899ec396c9213e9dc6e18.zip
rename libgnunetcadetnew -> libgnunetcadet
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 7ea8257d5..e36630ae4 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/libgnunetcadetnew.la \ 28 $(top_builddir)/src/cadet/libgnunetcadet.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 \