summaryrefslogtreecommitdiff
path: root/yaml-0.1.pc.in
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2011-05-29 05:29:39 +0000
committerKirill Simonov <xi@resolvent.net>2011-05-29 05:29:39 +0000
commit242a44b6a64b9781b0288b0d9ce1e7b6b83c0907 (patch)
tree31747e27ff386edf41e76e78f693558c1979c994 /yaml-0.1.pc.in
parent52e34e2b73bef427dd85915199b7d97fc40d3aee (diff)
downloadlibyaml-git-242a44b6a64b9781b0288b0d9ce1e7b6b83c0907.tar.gz
Added support for pkg-config.
Diffstat (limited to 'yaml-0.1.pc.in')
-rw-r--r--yaml-0.1.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/yaml-0.1.pc.in b/yaml-0.1.pc.in
new file mode 100644
index 0000000..c566abf
--- /dev/null
+++ b/yaml-0.1.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+
+Name: LibYAML
+Description: Library to parse and emit YAML
+Version: @PACKAGE_VERSION@
+Cflags:
+Libs: -L${libdir} -lyaml