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