aboutsummaryrefslogtreecommitdiff
path: root/src/pq/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/meson.build')
-rw-r--r--src/pq/meson.build1
1 files changed, 0 insertions, 1 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