From 9459cc4669f5a9b8be2297e83595c8f0fe03c864 Mon Sep 17 00:00:00 2001 From: Mika Laitio Date: Sat, 14 Jul 2012 18:29:36 +0300 Subject: [PATCH] fix path to include headers in .pc file Signed-off-by: Mika Laitio --- lib1wire.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib1wire.pc.in b/lib1wire.pc.in index 3f9de0a..659d83c 100644 --- a/lib1wire.pc.in +++ b/lib1wire.pc.in @@ -7,5 +7,5 @@ Name: lib1wire Description: pilppa communication bus library Version: @VERSION@ Requires: libplp -Cflags: -I${includedir} -I${includedir}/lib1wire +Cflags: -I${includedir} -I${includedir}/w1 Libs: -L${libdir} -l1wire -- 2.41.0