tod: Ensure we install tod-macros.h header

This commit is contained in:
Marco Trevisan (Treviño)
2022-02-14 19:35:12 +01:00
parent 20de7400c6
commit f3187ad9f4
+8
View File
@@ -75,6 +75,10 @@ pkgconfig.generate(libfprint_tod,
] ]
) )
tod_local_headers = [
'tod-macros.h',
]
tod_headers = [] tod_headers = []
extra_libfprint_headers = [ extra_libfprint_headers = [
'drivers_api.h', 'drivers_api.h',
@@ -95,3 +99,7 @@ custom_target('tod_fpi_enums_headers',
install_headers(tod_headers, install_headers(tod_headers,
subdir: tod_subpath subdir: tod_subpath
) )
install_headers(tod_local_headers,
subdir: tod_subpath / 'tod',
)