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

View File

@@ -1,2 +1,8 @@
SUBDIRS = libfprint
EXTRA_DIST = THANKS
SUBDIRS = libfprint
if BUILD_EXAMPLES
SUBDIRS += examples
endif