diff options
Diffstat (limited to 'proj.pc.in')
| -rw-r--r-- | proj.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/proj.pc.in b/proj.pc.in new file mode 100644 index 00000000..eb9b248c --- /dev/null +++ b/proj.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: proj +Description: Cartographic Projections Library. +Requires: +Version: @VERSION@ +Libs: -L${libdir} -lproj +Cflags: -I${includedir} |
