Added missing Cflags path in pkg-config file

This commit is contained in:
Stephen H. Gerstacker
2016-11-29 01:26:52 -05:00
committed by Ian Cordasco
parent 37c92e06f8
commit 3c80be99fb
+1 -1
View 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