mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00: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
|
|
|