aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/Makefile.am')
-rw-r--r--src/cadet/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 2289a2d96..d942c6495 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -78,12 +78,9 @@ if LINUX
78endif 78endif
79 79
80 80
81if HAVE_TESTING
82 noinst_LTLIBRARIES = libgnunetcadettest.la $(noinst_LIB_EXP) 81 noinst_LTLIBRARIES = libgnunetcadettest.la $(noinst_LIB_EXP)
83# noinst_PROGRAMS = gnunet-cadet-profiler 82# noinst_PROGRAMS = gnunet-cadet-profiler
84endif
85 83
86if HAVE_TESTING
87check_PROGRAMS = \ 84check_PROGRAMS = \
88 test_cadet_local_mq \ 85 test_cadet_local_mq \
89 test_cadet_2_forward \ 86 test_cadet_2_forward \
@@ -106,7 +103,6 @@ check_PROGRAMS = \
106 test_cadet_5_speed_reliable_backwards \ 103 test_cadet_5_speed_reliable_backwards \
107 test_cadet_5_speed_backwards \ 104 test_cadet_5_speed_backwards \
108 test_cadet_5_reopen 105 test_cadet_5_reopen
109endif
110 106
111 107
112#gnunet_cadet_profiler_SOURCES = \ 108#gnunet_cadet_profiler_SOURCES = \