From 5424d37e388fbc68343d05acffaed29b7698dd9c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 May 2023 12:44:32 -0400 Subject: Use files() for headers in meson --- doc/c/xml/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/c/xml') diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index 1c1cddd..8b5e0e2 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -14,6 +14,6 @@ c_doxyfile = configure_file( c_index_xml = custom_target( 'c-index.xml', command: [doxygen, '@INPUT0@'], - input: [c_doxyfile] + c_header_files, + input: [c_doxyfile] + c_headers, output: 'index.xml', ) -- cgit v1.2.1