[Liblas-commits] hg: add accidentally omitted config file template

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Dec 30 15:43:45 EST 2010


details:   http://hg.liblas.orghg/rev/8b8a9e05bacc
changeset: 2663:8b8a9e05bacc
user:      eh3
date:      Thu Dec 30 15:43:25 2010 -0500
description:
add accidentally omitted config file template

diffstat:

 apps/liblas.pc.in |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 69dc39deaffd -r 8b8a9e05bacc apps/liblas.pc.in
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/apps/liblas.pc.in	Thu Dec 30 15:43:25 2010 -0500
@@ -0,0 +1,12 @@
+prefix=@PKGCFG_PREFIX@
+exec_prefix=@PKGCFG_PREFIX@
+libdir=@PKGCFG_LIB_DIR@
+includedir=@PKGCFG_INC_DIR@
+
+Name: libLAS
+Description: Library (C/C++) and tools for the LAS LiDAR format
+Requires: @PKGCFG_REQUIRES@
+Version: @PKGCFG_VERSION@
+Libs: -L${libdir} @PKGCFG_LINK_FLAGS@
+Cflags: -I${includedir}/liblas @PKGCFG_COMPILE_FLAGS@
+


More information about the Liblas-commits mailing list