diff options
| author | 2013-12-13 00:44:17 +0100 | |
|---|---|---|
| committer | 2013-12-13 00:44:17 +0100 | |
| commit | a798afc8b5b00a43f4b121168e0419df2d398338 (patch) | |
| tree | c178d7a149028944254511d03f91266ca43cfcbd /libplist.pc.in | |
| parent | 3b7647499474619b3e24bf01105b6b037887a0ed (diff) | |
| download | libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.gz libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.bz2 | |
change build system to autotools
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 | ||
