summaryrefslogtreecommitdiff
path: root/yaml-0.1.pc.in
diff options
context:
space:
mode:
authorStephen H. Gerstacker <stephen@gerstacker.us>2016-11-29 01:26:52 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-12-07 06:19:02 -0600
commit3c80be99fb18f3ee18af37221a3b0c4760e8df06 (patch)
tree525c58be2b3d551e133d15e9403063d444eebdd2 /yaml-0.1.pc.in
parent37c92e06f887c85d39633ae2a055381ebe1c3d63 (diff)
downloadlibyaml-git-3c80be99fb18f3ee18af37221a3b0c4760e8df06.tar.gz
Added missing Cflags path in pkg-config file
Diffstat (limited to 'yaml-0.1.pc.in')
-rw-r--r--yaml-0.1.pc.in2
1 files changed, 1 insertions, 1 deletions
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