From: Fred Morcos Date: Tue, 15 Aug 2023 21:49:23 +0000 (+0200) Subject: Meson: Cleanup ext/json11 X-Git-Tag: rec-5.1.0-alpha1~80^2~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a300f0d12f8fdd0894bba0d218ddc8aaba9ad2f;p=thirdparty%2Fpdns.git Meson: Cleanup ext/json11 --- diff --git a/ext/json11/meson.build b/ext/json11/meson.build index 8557170db7..678d77c392 100644 --- a/ext/json11/meson.build +++ b/ext/json11/meson.build @@ -1,11 +1,9 @@ -module_sources = [ - 'json11.cpp', - 'json11.hpp', -] - lib_json11 = static_library( 'json11', - module_sources, + 'json11.cpp', + extra_files: [ + 'json11.hpp', + ], ) dep_json11 = declare_dependency(