aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-07 11:06:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-07 11:06:36 +0000
commit21508561fc6c11fdf5d32d09b8e55c3750932507 (patch)
treecf53aa9c6e6b460ef9ec3628609c15601d60886e /src/fs/Makefile.am
parentd7057d4ffea66ec77f90d57c5be0f8448c451f31 (diff)
downloadgnunet-21508561fc6c11fdf5d32d09b8e55c3750932507.tar.gz
gnunet-21508561fc6c11fdf5d32d09b8e55c3750932507.zip
-fix misc disting issues
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 6d2c076e4..8ac42c18d 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -513,29 +513,27 @@ test_gnunet_fs_idx.py: test_gnunet_fs_idx.py.in Makefile
513 513
514 514
515EXTRA_DIST = \ 515EXTRA_DIST = \
516 test_fs_defaults.conf \
517 fs_test_lib_data.conf \ 516 fs_test_lib_data.conf \
517 perf_gnunet_service_fs_p2p.conf \
518 test_fs_data.conf \ 518 test_fs_data.conf \
519 test_fs_defaults.conf \
519 test_fs_download_data.conf \ 520 test_fs_download_data.conf \
520 test_fs_download_indexed.conf \ 521 test_fs_download_indexed.conf \
521 test_fs_download_cadet.conf \
522 test_fs_file_information_data.conf \ 522 test_fs_file_information_data.conf \
523 fs_test_lib_data.conf \
524 test_fs_list_indexed_data.conf \ 523 test_fs_list_indexed_data.conf \
525 test_fs_namespace_data.conf \ 524 test_fs_namespace_data.conf \
526 test_fs_publish_data.conf \ 525 test_fs_publish_data.conf \
527 test_fs_search_data.conf \ 526 test_fs_search_data.conf \
528 test_fs_unindex_data.conf \ 527 test_fs_unindex_data.conf \
529 test_gnunet_service_fs_migration_data.conf \
530 test_gnunet_service_fs_p2p_cadet.conf \
531 test_gnunet_fs_idx_data.conf \ 528 test_gnunet_fs_idx_data.conf \
532 test_gnunet_fs_psd_data.conf \ 529 test_gnunet_fs_psd_data.conf \
533 test_gnunet_fs_rec_data.conf \ 530 test_gnunet_fs_rec_data.conf \
534 perf_gnunet_service_fs_p2p.conf \
535 test_gnunet_fs_rec_data.tgz \ 531 test_gnunet_fs_rec_data.tgz \
536 test_gnunet_fs_psd.py.in \ 532 test_gnunet_fs_psd.py.in \
537 test_gnunet_fs_rec.py.in \ 533 test_gnunet_fs_rec.py.in \
538 test_gnunet_fs_idx.py.in \ 534 test_gnunet_fs_idx.py.in \
535 test_gnunet_service_fs_migration_data.conf \
536 test_gnunet_service_fs_p2p_cadet.conf \
539 test_pseudonym_data.conf \ 537 test_pseudonym_data.conf \
540 $(bin_SCRIPTS) 538 $(bin_SCRIPTS)
541 539