meson: Parse all private headers
So we don't have to list each one in case we add new enums. Also, as per previous commit we can reorder them alphabetically.
This commit is contained in:
parent
68b5c5d98f
commit
9ebb3fd231
1 changed files with 13 additions and 8 deletions
|
@ -8,14 +8,14 @@ libfprint_sources = [
|
||||||
|
|
||||||
libfprint_private_sources = [
|
libfprint_private_sources = [
|
||||||
'fpi-assembling.c',
|
'fpi-assembling.c',
|
||||||
|
'fpi-byte-reader.c',
|
||||||
|
'fpi-byte-writer.c',
|
||||||
'fpi-device.c',
|
'fpi-device.c',
|
||||||
'fpi-image.c',
|
|
||||||
'fpi-image-device.c',
|
'fpi-image-device.c',
|
||||||
|
'fpi-image.c',
|
||||||
'fpi-print.c',
|
'fpi-print.c',
|
||||||
'fpi-ssm.c',
|
'fpi-ssm.c',
|
||||||
'fpi-usb-transfer.c',
|
'fpi-usb-transfer.c',
|
||||||
'fpi-byte-reader.c',
|
|
||||||
'fpi-byte-writer.c',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
libfprint_public_headers = [
|
libfprint_public_headers = [
|
||||||
|
@ -27,13 +27,18 @@ libfprint_public_headers = [
|
||||||
|
|
||||||
libfprint_private_headers = [
|
libfprint_private_headers = [
|
||||||
'fpi-assembling.h',
|
'fpi-assembling.h',
|
||||||
'fpi-device.h',
|
|
||||||
'fpi-image.h',
|
|
||||||
'fpi-image-device.h',
|
|
||||||
'fpi-print.h',
|
|
||||||
'fpi-byte-reader.h',
|
'fpi-byte-reader.h',
|
||||||
'fpi-byte-writer.h',
|
|
||||||
'fpi-byte-utils.h',
|
'fpi-byte-utils.h',
|
||||||
|
'fpi-byte-writer.h',
|
||||||
|
'fpi-context.h',
|
||||||
|
'fpi-device.h',
|
||||||
|
'fpi-image-device.h',
|
||||||
|
'fpi-image.h',
|
||||||
|
'fpi-log.h',
|
||||||
|
'fpi-minutiae.h',
|
||||||
|
'fpi-print.h',
|
||||||
|
'fpi-usb-transfer.h',
|
||||||
|
'fpi-ssm.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
nbis_sources = [
|
nbis_sources = [
|
||||||
|
|
Loading…
Reference in a new issue