lib: Split off imgdev functions

They now live in fpi-dev-img.[ch]
This commit is contained in:
Bastien Nocera
2018-09-28 13:09:53 +02:00
parent fcd3c1dd89
commit fb5527c58c
5 changed files with 77 additions and 73 deletions

View File

@@ -11,6 +11,8 @@ libfprint_sources = [
'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',
@@ -21,7 +23,6 @@ libfprint_sources = [
'fpi-poll.c',
'fpi-usb.h',
'fpi-usb.c',
'imgdev.c',
'drivers/driver_ids.h',
]