libfprint/examples/Makefile.am
Daniel Drake f81aa47a19 Add 'verify' example skeleton
This will become an example program to enroll a fingerprint and then
verify a finger against it.
2007-10-08 17:37:33 +01:00

7 lines
130 B
Makefile

INCLUDES = -I$(top_srcdir)
noinst_PROGRAMS = verify
verify_SOURCES = verify.c
verify_LDADD = ../libfprint/libfprint.la -lfprint