Closes ticket #1164
git-svn-id: http://svn.osgeo.org/postgis/trunk@7762
b70326c6-7e19-0410-871a-
916f4a2858ee
liblwgeom/cunit/cu_tester
liblwgeom/cunit/Makefile
liblwgeom/liblwgeom.a
+liblwgeom/liblwgeom.h
liblwgeom/Makefile
libtool
loader/cunit/cu_tester
dnl Output the relevant files
AC_OUTPUT([GNUmakefile
- liblwgeom/Makefile liblwgeom/cunit/Makefile postgis/Makefile
- libpgcommon/Makefile libpgcommon/cunit/Makefile
+ liblwgeom/Makefile liblwgeom/cunit/Makefile liblwgeom/liblwgeom.h
+ libpgcommon/Makefile libpgcommon/cunit/Makefile postgis/Makefile
postgis/sqldefines.h loader/Makefile loader/cunit/Makefile
topology/Makefile regress/Makefile doc/Makefile doc/Makefile.comments
doc/html/image_src/Makefile $RT_MAKEFILE_LIST])
rm -f liblwgeom.la
rm -rf .libs
-# Nothing specific in distclean (will be done by clean)
-distclean:
+distclean: clean
+ rm -f liblwgeom.h
check: liblwgeom.la
make -C cunit check
* no special handling for memory management and error reporting.
*/
+/**
+ * liblwgeom versions
+ */
+#define LIBLWGEOM_VERSION "@POSTGIS_LIB_VERSION@"
+#define LIBLWGEOM_VERSION_MAJOR "@POSTGIS_MAJOR_VERSION@"
+#define LIBLWGEOM_VERSION_MINOR "@POSTGIS_MINOR_VERSION@"
+#define LIBLWGEOM_GEOS_VERSION "@POSTGIS_GEOS_VERSION@"
+
/**
* Return types for functions with status returns.
*/