examples: Link examples to the new GVariant based storage

For now just compile and link it, we do not yet use the new storage
code.
This commit is contained in:
Benjamin Berg 2019-06-13 15:10:25 +02:00 committed by Benjamin Berg
parent a4b6813ebf
commit a9600e23a1

View file

@ -2,8 +2,8 @@
examples = [ 'verify_live', 'enroll', 'verify', 'img_capture' ]
foreach example: examples
executable(example,
example + '.c',
dependencies: libfprint_dep,
[example + '.c', 'storage.c'],
dependencies: [libfprint_dep, glib_dep],
include_directories: [
root_inc,
],