From 1c1d0be0bff6589bf35c964757e840cf44777057 Mon Sep 17 00:00:00 2001
From: Joe Rozner <joe@prevoty.com>
Date: Mon, 2 Dec 2013 11:56:20 -0800
Subject: [PATCH] Fix include path

Remove hammer from the include path to not look in
{prefix}/include/hammer for hammer/*.h.
---
 libhammer.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libhammer.pc.in b/libhammer.pc.in
index ae716640..c1e3c862 100644
--- a/libhammer.pc.in
+++ b/libhammer.pc.in
@@ -6,5 +6,5 @@ libdir=${exec_prefix}/lib
 Name: libhammer
 Description: The Hammer parsing library
 Version: 0.9.0
-Cflags: -I${includedir}/hammer
+Cflags: -I${includedir}
 Libs: -L${libdir} -lhammer
-- 
GitLab