shapelib.pc.in 315 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
datarootdir=@datarootdir@
datadir=@datadir@
includedir=@includedir@

Name: shapelib
Description: C API for processing ESRI Shapefiles
Version: @VERSION@
Libs.private: @PROJ_LIBS@
Cflags.private: @PROJ_CFLAGS@
Libs: -L${libdir} -lshp
Cflags: -I${includedir}