pointcloud/pgsql/pointcloud.control.in
Sandro Santilli d8a40968e8 Attach major version to shared library
Implemented in both autoconf and cmake.
Closes #59.
2015-04-20 12:47:18 +02:00

8 lines
233 B
Plaintext

# pointcloud extension
comment = 'data type for lidar point clouds'
default_version = '@POINTCLOUD_VERSION@'
module_pathname = '$libdir/pointcloud-@POINTCLOUD_VERSION_MAJOR@'
relocatable = true
superuser = true
#requires = 'postgis'