summaryrefslogtreecommitdiffstats
path: root/libplist.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libplist.pc.in')
-rw-r--r--libplist.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libplist.pc.in b/libplist.pc.in
new file mode 100644
index 0000000..34110e3
--- /dev/null
+++ b/libplist.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libplist
7Description: A library to handle Apple Property Lists whereas they are binary or XML
8Version: @VERSION@
9Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
10Libs: -L${libdir} -lplist
11Cflags: -I${includedir}
12