Generate pkg-config for Hammer

Create a pkg-config file and install it to $prefix/lib/pkgconfig
This commit is contained in:
Joe Rozner 2013-11-20 13:04:07 -08:00
parent 76b445ddb1
commit f220524b5a
5 changed files with 30 additions and 2 deletions

10
libhammer.pc.in Normal file
View file

@ -0,0 +1,10 @@
prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: libhammer
Description: The Hammer parsing library
Version: 0.9.0
Cflags: -I${includedir}/hammer
Libs: -L${libdir} -lhammer