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

@@ -4,4 +4,4 @@ aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure --enable-maintainer-mode $*
./configure --enable-maintainer-mode --enable-examples-build $*