f81aa47a19
This will become an example program to enroll a fingerprint and then verify a finger against it.
6 lines
130 B
Makefile
6 lines
130 B
Makefile
INCLUDES = -I$(top_srcdir)
|
|
noinst_PROGRAMS = verify
|
|
|
|
verify_SOURCES = verify.c
|
|
verify_LDADD = ../libfprint/libfprint.la -lfprint
|
|
|