diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-13 01:36:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-13 01:36:59 +0100 |
commit | 91abbcffa03d4f87d4c899ec396c9213e9dc6e18 (patch) | |
tree | 49ddcaafa36449bd9030f012cdf34a92537c1e39 /src/pt | |
parent | ba32b87dd8c99a85ffe5d620d9ad20b43abf7345 (diff) |
rename libgnunetcadetnew -> libgnunetcadet
Diffstat (limited to 'src/pt')
-rw-r--r-- | src/pt/Makefile.am | 2 |
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 = \ gnunet-daemon-pt.c gnunet_daemon_pt_LDADD = \ $(top_builddir)/src/vpn/libgnunetvpn.la \ - $(top_builddir)/src/cadet/libgnunetcadetnew.la \ + $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/dns/libgnunetdns.la \ $(top_builddir)/src/dns/libgnunetdnsparser.la \ |