/alps/fastwriter

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/fastwriter

« back to all changes in this revision

Viewing changes to fastwriter.pc.in

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-16 17:58:00 UTC
  • Revision ID: csa@suren.me-20160316175800-dxnvgryqosrgvqtn
Fix pkgconfig

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
prefix=${CMAKE_INSTALL_PREFIX}
2
 
exec_prefix=${BIN_INSTALL_DIR}
3
 
libdir=${LIB_INSTALL_DIR}
4
 
includedir=${INCLUDE_INSTALL_DIR}
 
2
exec_prefix=${CMAKE_INSTALL_FULL_BINDIR}
 
3
libdir=${CMAKE_INSTALL_FULL_LIBDIR}
 
4
includedir=${CMAKE_INSTALL_FULL_INCLUDEDIR}
5
5
 
6
6
Name: ${TARNAME}
7
7
Description: Fast Streaming Storage Library
8
8
Version: ${PACKAGE_VERSION}
9
 
Libs: -L${LIB_INSTALL_DIR} -lfastwriter
10
 
Cflags: -I${INCLUDE_INSTALL_DIR}
 
9
Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lfastwriter
 
10
Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}