aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/meson.build')
-rw-r--r--src/peerinfo-tool/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/meson.build b/src/peerinfo-tool/meson.build
index 0ffcfb099..a16e9bcf0 100644
--- a/src/peerinfo-tool/meson.build
+++ b/src/peerinfo-tool/meson.build
@@ -1,7 +1,7 @@
1gnunetpeerinfotool_src = ['gnunet-peerinfo.c', 'gnunet-peerinfo_plugins.c'] 1gnunetpeerinfotool_src = ['gnunet-peerinfo.c', 'gnunet-peerinfo_plugins.c']
2 2
3 3
4if gnunet_monolith == false 4if get_option('monolith') == false
5 executable ('gnunet-peerinfo', 5 executable ('gnunet-peerinfo',
6 gnunetpeerinfotool_src, 6 gnunetpeerinfotool_src,
7 dependencies: [libgnunetutil_dep, 7 dependencies: [libgnunetutil_dep,