10bb96a0df
...to make way for an enroll example which stores on disk, and a verify example that loads from disk.
6 lines
150 B
Makefile
6 lines
150 B
Makefile
INCLUDES = -I$(top_srcdir)
|
|
noinst_PROGRAMS = verify_live
|
|
|
|
verify_live_SOURCES = verify_live.c
|
|
verify_live_LDADD = ../libfprint/libfprint.la -lfprint
|
|
|