libfprint/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

8 lines
87 B
Makefile

EXTRA_DIST = THANKS
SUBDIRS = libfprint
if BUILD_EXAMPLES
SUBDIRS += examples
endif