mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Move aeslib.[ch] to the drivers directory
As it's used by drivers, and isn't a set of generic helpers.
This commit is contained in:
@@ -141,7 +141,7 @@ foreach driver: drivers
|
|||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
if aeslib
|
if aeslib
|
||||||
drivers_sources += [ 'aeslib.c', 'aeslib.h' ]
|
drivers_sources += [ 'drivers/aeslib.c', 'drivers/aeslib.h' ]
|
||||||
endif
|
endif
|
||||||
if aesx660
|
if aesx660
|
||||||
drivers_sources += ['drivers/aesx660.c', 'drivers/aesx660.h' ]
|
drivers_sources += ['drivers/aesx660.c', 'drivers/aesx660.h' ]
|
||||||
|
|||||||
Reference in New Issue
Block a user