~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to apps/liblas.pc.in

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@PKGCFG_PREFIX@
 
2
exec_prefix=@PKGCFG_PREFIX@
 
3
libdir=@PKGCFG_LIB_DIR@
 
4
includedir=@PKGCFG_INC_DIR@
 
5
 
 
6
Name: libLAS
 
7
Description: Library (C/C++) and tools for the LAS LiDAR format
 
8
Requires: @PKGCFG_REQUIRES@
 
9
Version: @PKGCFG_VERSION@
 
10
Libs: -L${libdir} @PKGCFG_LINK_FLAGS@
 
11
Cflags: -I${includedir}/liblas @PKGCFG_COMPILE_FLAGS@
 
12