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:
Daniel Drake
2007-10-08 17:15:21 +01:00
parent 2c06a4ebfa
commit f81aa47a19
5 changed files with 89 additions and 3 deletions

6
examples/Makefile.am Normal file
View File

@@ -0,0 +1,6 @@
INCLUDES = -I$(top_srcdir)
noinst_PROGRAMS = verify
verify_SOURCES = verify.c
verify_LDADD = ../libfprint/libfprint.la -lfprint