From 351015bc0800bef7d887907d2f96934397bd01cb Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 21 Jun 2025 16:24:36 -0400 Subject: [PATCH] feat(header): moved --- src/logging/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logging/meson.build b/src/logging/meson.build index 451aec5..fd21dad 100644 --- a/src/logging/meson.build +++ b/src/logging/meson.build @@ -44,4 +44,4 @@ logging_dep = declare_dependency( dependencies: dependencies ) -install_headers(config_headers, subdir : 'fourdst/fourdst/logging') +install_headers(logging_headers, subdir : 'fourdst/fourdst/logging')