build: Remove header files from libfprint_sources
There is no need to list them in the sources.
This commit is contained in:
parent
7dce8dbfaa
commit
f52276bd06
1 changed files with 0 additions and 15 deletions
|
@ -1,30 +1,15 @@
|
|||
libfprint_sources = [
|
||||
'fp_internal.h',
|
||||
'nbis-helpers.h',
|
||||
'drivers_api.h',
|
||||
'fpi-async.c',
|
||||
'fpi-async.h',
|
||||
'fpi-assembling.c',
|
||||
'fpi-assembling.h',
|
||||
'fpi-core.c',
|
||||
'fpi-core.h',
|
||||
'fpi-data.c',
|
||||
'fpi-data.h',
|
||||
'fpi-dev.c',
|
||||
'fpi-dev.h',
|
||||
'fpi-dev-img.c',
|
||||
'fpi-dev-img.h',
|
||||
'fpi-img.c',
|
||||
'fpi-img.h',
|
||||
'fpi-log.h',
|
||||
'fpi-ssm.c',
|
||||
'fpi-ssm.h',
|
||||
'fpi-sync.c',
|
||||
'fpi-poll.h',
|
||||
'fpi-poll.c',
|
||||
'fpi-usb.h',
|
||||
'fpi-usb.c',
|
||||
'drivers/driver_ids.h',
|
||||
]
|
||||
|
||||
nbis_sources = [
|
||||
|
|
Loading…
Reference in a new issue