From: Stephen H. Gerstacker Date: Tue, 29 Nov 2016 06:26:52 +0000 (-0500) Subject: Added missing Cflags path in pkg-config file X-Git-Tag: upstream/0.2.1^2~49 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/3c80be99fb18f3ee18af37221a3b0c4760e8df06 Added missing Cflags path in pkg-config file --- 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