Fix include path

Remove hammer from the include path to not look in
{prefix}/include/hammer for hammer/*.h.
This commit is contained in:
Joe Rozner 2013-12-02 11:56:20 -08:00
parent 4f2d06204d
commit 1c1d0be0bf

View file

@ -6,5 +6,5 @@ libdir=${exec_prefix}/lib
Name: libhammer Name: libhammer
Description: The Hammer parsing library Description: The Hammer parsing library
Version: 0.9.0 Version: 0.9.0
Cflags: -I${includedir}/hammer Cflags: -I${includedir}
Libs: -L${libdir} -lhammer Libs: -L${libdir} -lhammer