mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Add 'verify' example skeleton
This will become an example program to enroll a fingerprint and then verify a finger against it.
This commit is contained in:
6
examples/Makefile.am
Normal file
6
examples/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
noinst_PROGRAMS = verify
|
||||
|
||||
verify_SOURCES = verify.c
|
||||
verify_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
|
||||
Reference in New Issue
Block a user