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/fs | |
parent | ba32b87dd8c99a85ffe5d620d9ad20b43abf7345 (diff) |
rename libgnunetcadetnew -> libgnunetcadet
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 4374d45eab..33260a7940 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -202,7 +202,7 @@ gnunet_service_fs_LDADD = \ $(top_builddir)/src/block/libgnunetblock.la \ $(top_builddir)/src/datastore/libgnunetdatastore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/cadet/libgnunetcadetnew.la \ + $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/ats/libgnunetats.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/util/libgnunetutil.la \ |