aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-14 22:15:55 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-14 22:15:55 +0000
commit6c8fa85819a2b02b3c4a175a08c1779283eda209 (patch)
tree3d635a2aa58f321fbb8779b6e086113558dc1c52 /src/fs/Makefile.am
parent6d7c1dd00a193fc054d1f1588ae7c98dc95b6257 (diff)
downloadgnunet-6c8fa85819a2b02b3c4a175a08c1779283eda209.tar.gz
gnunet-6c8fa85819a2b02b3c4a175a08c1779283eda209.zip
fix key management issue with LOC signing identified in #3559
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 1dd6065f0..39c9e3c85 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -380,7 +380,7 @@ test_fs_search_with_and_SOURCES = \
380test_fs_search_with_and_LDADD = \ 380test_fs_search_with_and_LDADD = \
381 $(top_builddir)/src/testing/libgnunettesting.la \ 381 $(top_builddir)/src/testing/libgnunettesting.la \
382 libgnunetfs.la \ 382 libgnunetfs.la \
383 $(top_builddir)/src/util/libgnunetutil.la 383 $(top_builddir)/src/util/libgnunetutil.la
384 384
385test_fs_search_probes_SOURCES = \ 385test_fs_search_probes_SOURCES = \
386 test_fs_search_probes.c 386 test_fs_search_probes.c
@@ -525,7 +525,6 @@ EXTRA_DIST = \
525 test_fs_publish_data.conf \ 525 test_fs_publish_data.conf \
526 test_fs_search_data.conf \ 526 test_fs_search_data.conf \
527 test_fs_unindex_data.conf \ 527 test_fs_unindex_data.conf \
528 test_fs_uri_data.conf \
529 test_gnunet_service_fs_migration_data.conf \ 528 test_gnunet_service_fs_migration_data.conf \
530 test_gnunet_service_fs_p2p_cadet.conf \ 529 test_gnunet_service_fs_p2p_cadet.conf \
531 test_gnunet_fs_idx_data.conf \ 530 test_gnunet_fs_idx_data.conf \