aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
commit4e7e81f4d1305df169d3f7623948a142aa47936b (patch)
treebd74087a75d29375fdf457d3c4fc6662106cf92f /src/regex/Makefile.am
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 9a7466cb2..2dbf3a3f9 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -102,11 +102,9 @@ libgnunetregextest_a_LIBADD = \
102 $(top_builddir)/src/util/libgnunetutil.la \ 102 $(top_builddir)/src/util/libgnunetutil.la \
103 libgnunetregex_internal.a 103 libgnunetregex_internal.a
104 104
105if HAVE_TESTING
106noinst_PROGRAMS = $(noinst_mysql_progs) \ 105noinst_PROGRAMS = $(noinst_mysql_progs) \
107 perf-regex \ 106 perf-regex \
108 gnunet-regex-profiler 107 gnunet-regex-profiler
109endif
110 108
111perf_regex_SOURCES = \ 109perf_regex_SOURCES = \
112 perf-regex.c 110 perf-regex.c