Fix include path
Remove hammer from the include path to not look in
{prefix}/include/hammer for hammer/*.h.
This commit is contained in:
parent
4f2d06204d
commit
1c1d0be0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue