]> andersk Git - libyaml.git/commitdiff
Added missing Cflags path in pkg-config file
authorStephen H. Gerstacker <stephen@gerstacker.us>
Tue, 29 Nov 2016 06:26:52 +0000 (01:26 -0500)
committerIan Cordasco <graffatcolmingov@gmail.com>
Wed, 7 Dec 2016 12:19:02 +0000 (06:19 -0600)
yaml-0.1.pc.in

index c566abf6ad02d46dc003182cfe12089bc2b0b408..70c80084dd42731d494fca8f2c198e6972df976c 100644 (file)
@@ -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
This page took 0.097224 seconds and 5 git commands to generate.