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:
parent
a4b6813ebf
commit
a9600e23a1
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue