diff options
Diffstat (limited to 'libplist.pc.in')
| -rw-r--r-- | libplist.pc.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libplist.pc.in b/libplist.pc.in index 971b8b5..d922c19 100644 --- a/libplist.pc.in +++ b/libplist.pc.in | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | prefix=${CMAKE_INSTALL_PREFIX} | 1 | prefix=@prefix@ |
| 2 | exec_prefix=${CMAKE_INSTALL_PREFIX} | 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} | 3 | libdir=@libdir@ |
| 4 | includedir=${CMAKE_INSTALL_PREFIX}/include | 4 | includedir=@includedir@ |
| 5 | 5 | ||
| 6 | Name: libplist | 6 | Name: libplist |
| 7 | Description: A library to handle Apple Property Lists whereas they are binary or XML | 7 | Description: A library to handle Apple Property Lists whereas they are binary or XML |
| 8 | Version: ${LIBPLIST_VERSION} | 8 | Version: @VERSION@ |
| 9 | Requires.private: libxml-2.0 >= 2.6.30 | 9 | Requires.private: libxml-2.0 >= @LIBXML2_VERSION@ |
| 10 | Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist | 10 | Libs: -L${libdir} -lplist |
| 11 | Cflags: -I${CMAKE_INSTALL_PREFIX}/include | 11 | Cflags: -I${includedir} |
| 12 | 12 | ||
