aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 12:25:07 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 12:25:07 +0200
commite84ea6f9f1718298486a088832c87479bd6e9572 (patch)
tree1d1325c53a0731532a418f790ff033392fd68bdb /src/util/Makefile.am
parent7f3311b8755f144fea8ab56fa21816e7f92c5820 (diff)
downloadgnunet-e84ea6f9f1718298486a088832c87479bd6e9572.tar.gz
gnunet-e84ea6f9f1718298486a088832c87479bd6e9572.zip
-rename plugin, otherwise plugin_test fails due to conflicting other plugin with the same prefix name
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 37eb0508b..89d040a0c 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -242,11 +242,11 @@ gnunet_qr_LDADD = \
242gnunet_qr_LDFLAGS= -lzbar 242gnunet_qr_LDFLAGS= -lzbar
243 243
244plugin_LTLIBRARIES = \ 244plugin_LTLIBRARIES = \
245 libgnunet_plugin_test.la 245 libgnunet_plugin_utiltest.la
246 246
247libgnunet_plugin_test_la_SOURCES = \ 247libgnunet_plugin_utiltest_la_SOURCES = \
248 test_plugin_plug.c 248 test_plugin_plug.c
249libgnunet_plugin_test_la_LDFLAGS = \ 249libgnunet_plugin_utiltest_la_LDFLAGS = \
250 $(GN_PLUGIN_LDFLAGS) 250 $(GN_PLUGIN_LDFLAGS)
251 251
252if HAVE_BENCHMARKS 252if HAVE_BENCHMARKS