mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
This will become an example program to enroll a fingerprint and then verify a finger against it.
7 lines
130 B
Makefile
7 lines
130 B
Makefile
INCLUDES = -I$(top_srcdir)
|
|
noinst_PROGRAMS = verify
|
|
|
|
verify_SOURCES = verify.c
|
|
verify_LDADD = ../libfprint/libfprint.la -lfprint
|
|
|