Skip to content
Snippets Groups Projects
Commit 1c1d0be0 authored by Joe Rozner's avatar Joe Rozner
Browse files

Fix include path

Remove hammer from the include path to not look in
{prefix}/include/hammer for hammer/*.h.
parent 4f2d0620
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ libdir=${exec_prefix}/lib ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment