From 104dd2f9872d1d0be38b444daf0c77f847364ad5 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 29 Apr 2023 00:43:55 -0400 Subject: [meson] build fix for builtin_mods --- src/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/meson.build b/src/meson.build index 8930d085..1bb0eb25 100644 --- a/src/meson.build +++ b/src/meson.build @@ -606,7 +606,6 @@ if get_option('build_static') 'mod_webdav.c', 'mod_wstunnel.c', ) - main_src += builtin_mods endif lemon = executable('lemon', @@ -678,7 +677,7 @@ executable('lighttpd-angel', ) executable('lighttpd', configparser, - sources: common_src + main_src, + sources: common_src + main_src + builtin_mods, dependencies: [ common_flags, lighttpd_flags , libattr , libcrypto -- cgit v1.2.1