aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pq/meson.build1
-rw-r--r--src/seti/meson.build2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/pq/meson.build b/src/pq/meson.build
index 7e9060b41..2a3406e28 100644
--- a/src/pq/meson.build
+++ b/src/pq/meson.build
@@ -8,7 +8,6 @@ libgnunetpq_src = ['pq.c',
8 'pq_result_helper.c'] 8 'pq_result_helper.c']
9 9
10if get_option('monolith') 10if get_option('monolith')
11else
12 foreach p : libgnunetpq_src 11 foreach p : libgnunetpq_src
13 gnunet_src += 'pq/' + p 12 gnunet_src += 'pq/' + p
14 endforeach 13 endforeach
diff --git a/src/seti/meson.build b/src/seti/meson.build
index d61fffbb7..0741cac18 100644
--- a/src/seti/meson.build
+++ b/src/seti/meson.build
@@ -24,7 +24,7 @@ libgnunetseti = library('gnunetseti',
24 include_directories: [incdir, configuration_inc], 24 include_directories: [incdir, configuration_inc],
25 install: true, 25 install: true,
26 install_dir: get_option('libdir')) 26 install_dir: get_option('libdir'))
27pkg.generate(libgnunetarm, url: 'https://www.gnunet.org', 27pkg.generate(libgnunetseti, url: 'https://www.gnunet.org',
28 description : 'Provides API for accessing the set intersection service') 28 description : 'Provides API for accessing the set intersection service')
29libgnunetseti_dep = declare_dependency(link_with : libgnunetseti) 29libgnunetseti_dep = declare_dependency(link_with : libgnunetseti)
30executable ('gnunet-service-seti', 30executable ('gnunet-service-seti',