lib: Add libusb allocation helper

This commit is contained in:
Bastien Nocera
2018-09-19 16:33:03 +02:00
parent 50166e88c0
commit bdba9990fb
6 changed files with 114 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ libfprint_sources = [
'fpi-ssm.h',
'fpi-poll.h',
'fpi-poll.c',
'fpi-usb.h',
'fpi-usb.c',
'img.c',
'imgdev.c',
'sync.c',