Rename verify to verify_live

...to make way for an enroll example which stores on disk, and
a verify example that loads from disk.
This commit is contained in:
Daniel Drake
2007-10-15 22:16:22 +01:00
parent bf9ce44f43
commit 10bb96a0df
3 changed files with 3 additions and 6 deletions

View File

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