hammer/libhammer.pc.in
Joe Rozner 1c1d0be0bf Fix include path
Remove hammer from the include path to not look in
{prefix}/include/hammer for hammer/*.h.
2013-12-02 11:56:20 -08:00

10 lines
217 B
PkgConfig

prefix=${prefix}
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: libhammer
Description: The Hammer parsing library
Version: 0.9.0
Cflags: -I${includedir}
Libs: -L${libdir} -lhammer