summaryrefslogtreecommitdiff
path: root/libcxml.pc.in
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-13 23:55:59 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-13 23:55:59 +0000
commitd14bbc2088ed9c0f9d77f15cb943968a70bb8198 (patch)
tree5c1c766d3e82de3139710d76618293d610145f63 /libcxml.pc.in
Initial.
Diffstat (limited to 'libcxml.pc.in')
-rw-r--r--libcxml.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcxml.pc.in b/libcxml.pc.in
new file mode 100644
index 0000000..ebf8bbf
--- /dev/null
+++ b/libcxml.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libcxml
+Description: Library to simplify XML parsing with libxml++
+Version: @version@
+Requires: libxml++-2.6
+Libs: @libs@
+Cflags: -I${includedir}