Build system tweaks

Install fprint.h header
Include headers in distribution
distcheck fixes
Include and install pkgconfig file
This commit is contained in:
Daniel Drake
2007-10-31 13:18:30 +00:00
parent 447b1f01b3
commit fc0a97a801
5 changed files with 35 additions and 10 deletions

11
libfprint.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libfprint
Description: Generic C API for fingerprint reader access
Version: @VERSION@
Libs: -L${libdir} -lfprint
Cflags: -I${includedir}/libfprint