summary refs log tree commit diff stats
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 23453ec1..a7c1c074 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -8,6 +8,10 @@ if get_option('text-frontend')
   subdir('fe-text')
 endif
 
+if get_option('web-frontend')
+  subdir('fe-web')
+endif
+
 if get_option('theme-manager')
   subdir('htm')
 endif