aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/meson.build
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 10:32:46 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 10:32:46 +0200
commit61527ff1d9dbb8980e91fbe06597dec89af04f73 (patch)
treebebad2083908bfeed74679aeec5dc5932b35f9aa /src/hostlist/meson.build
parent6f68c34aa3deed8e1b5df30d3de1342386523920 (diff)
downloadgnunet-61527ff1d9dbb8980e91fbe06597dec89af04f73.tar.gz
gnunet-61527ff1d9dbb8980e91fbe06597dec89af04f73.zip
BUILD: Make meson build without ats, tesbed, peerinfo
Diffstat (limited to 'src/hostlist/meson.build')
-rw-r--r--src/hostlist/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hostlist/meson.build b/src/hostlist/meson.build
index 811e3e669..c05578334 100644
--- a/src/hostlist/meson.build
+++ b/src/hostlist/meson.build
@@ -17,9 +17,8 @@ executable ('gnunet-daemon-hostlist',
17 dependencies: [libgnunetutil_dep, 17 dependencies: [libgnunetutil_dep,
18 libgnunetcore_dep, 18 libgnunetcore_dep,
19 libgnunethello_dep, 19 libgnunethello_dep,
20 libgnunetpeerinfo_dep, 20 libgnunetpeerstore_dep,
21 libgnunetstatistics_dep, 21 libgnunetstatistics_dep,
22 libgnunettransport_dep,
23 mhd_dep, 22 mhd_dep,
24 curl_dep], 23 curl_dep],
25 include_directories: [incdir, configuration_inc], 24 include_directories: [incdir, configuration_inc],