diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/meson.build b/include/meson.build index c69d3ff1..08934f03 100644 --- a/include/meson.build +++ b/include/meson.build @@ -18,8 +18,7 @@ install_headers( header = 'ModemManager-names.h' -mm_names_header = custom_target( - header, +mm_names_header = configure_file( input: [build_aux_dir / 'header-generator.xsl', mm_ifaces_all], output: header, command: [find_program('xsltproc'), '--xinclude', '--nonet', '--output', '@OUTPUT@', '@INPUT@'], |