mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
...to make way for an enroll example which stores on disk, and a verify example that loads from disk.
7 lines
150 B
Makefile
7 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
|
|
|