From fa6209e8f30e606ed8df6ae4a3c737a8659efc3b Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 21 Jun 2025 16:17:34 -0400 Subject: [PATCH] feat(headers): moved --- src/config/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/meson.build b/src/config/meson.build index 20cfd2e..dbe6381 100644 --- a/src/config/meson.build +++ b/src/config/meson.build @@ -23,4 +23,4 @@ config_dep = declare_dependency( ) # Make headers accessible -install_headers(config_headers, subdir : 'fourdst/config') +install_headers(config_headers, subdir : 'fourdst/fourdst/config')