mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
tod: Ensure we install tod-macros.h header
This commit is contained in:
@@ -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',
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user