From 3c80be99fb18f3ee18af37221a3b0c4760e8df06 Mon Sep 17 00:00:00 2001 From: "Stephen H. Gerstacker" Date: Tue, 29 Nov 2016 01:26:52 -0500 Subject: [PATCH] Added missing Cflags path in pkg-config file --- yaml-0.1.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml-0.1.pc.in b/yaml-0.1.pc.in index c566abf..70c8008 100644 --- a/yaml-0.1.pc.in +++ b/yaml-0.1.pc.in @@ -6,5 +6,5 @@ libdir=@libdir@ Name: LibYAML Description: Library to parse and emit YAML Version: @PACKAGE_VERSION@ -Cflags: +Cflags: -I${includedir} Libs: -L${libdir} -lyaml -- 2.45.0