mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Sum arrays instead of mixing them
This commit is contained in:
@@ -24,8 +24,7 @@ libfprint_private_sources = [
|
|||||||
'fpi-print.c',
|
'fpi-print.c',
|
||||||
'fpi-ssm.c',
|
'fpi-ssm.c',
|
||||||
'fpi-usb-transfer.c',
|
'fpi-usb-transfer.c',
|
||||||
spi_sources,
|
] + spi_sources
|
||||||
]
|
|
||||||
|
|
||||||
libfprint_public_headers = [
|
libfprint_public_headers = [
|
||||||
'fp-context.h',
|
'fp-context.h',
|
||||||
@@ -49,9 +48,8 @@ libfprint_private_headers = [
|
|||||||
'fpi-minutiae.h',
|
'fpi-minutiae.h',
|
||||||
'fpi-print.h',
|
'fpi-print.h',
|
||||||
'fpi-usb-transfer.h',
|
'fpi-usb-transfer.h',
|
||||||
spi_headers,
|
|
||||||
'fpi-ssm.h',
|
'fpi-ssm.h',
|
||||||
]
|
] + spi_headers
|
||||||
|
|
||||||
nbis_sources = [
|
nbis_sources = [
|
||||||
'nbis/bozorth3/bozorth3.c',
|
'nbis/bozorth3/bozorth3.c',
|
||||||
|
|||||||
Reference in New Issue
Block a user