/alps/ufodecode

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

« back to all changes in this revision

Viewing changes to ipe.pc.in

  • Committer: Matthias Vogelgesang
  • Date: 2011-12-01 08:41:56 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20111201084156-72tgvappjjy6aj4u
Make ipedec a lib and executable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=${CMAKE_INSTALL_PREFIX}
 
2
exec_prefix=${BIN_INSTALL_DIR}
 
3
libdir=${LIB_INSTALL_DIR}
 
4
includedir=${INCLUDE_INSTALL_DIR}
 
5
 
 
6
Name: libipe
 
7
Description: Decoding routines for the UFO camera
 
8
Version: ${PACKAGE_VERSION}
 
9
Libs: -L${LIB_INSTALL_DIR} -lipe
 
10
Cflags: -I${INCLUDE_INSTALL_DIR}