summary refs log tree commit diff stats
path: root/net/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'net/meson.build')
-rw-r--r--net/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/meson.build b/net/meson.build
index 9432a588e4..e0cd71470e 100644
--- a/net/meson.build
+++ b/net/meson.build
@@ -20,6 +20,8 @@ if get_option('replication').allowed() or \
     get_option('colo_proxy').allowed()
   system_ss.add(files('colo-compare.c'))
   system_ss.add(files('colo.c'))
+else
+  system_ss.add(files('colo-stubs.c'))
 endif
 
 if get_option('colo_proxy').allowed()