Changeset: f1550cf177b2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f1550cf177b2
Modified Files:
        sql/backends/monet5/vaults/shp/Makefile.ag
        sql/backends/monet5/vaults/shp/shp.c
Branch: default
Log Message:

depend op libgeom only (not on the module)


diffs (23 lines):

diff --git a/sql/backends/monet5/vaults/shp/Makefile.ag 
b/sql/backends/monet5/vaults/shp/Makefile.ag
--- a/sql/backends/monet5/vaults/shp/Makefile.ag
+++ b/sql/backends/monet5/vaults/shp/Makefile.ag
@@ -20,7 +20,6 @@ INCLUDES = .. \
        ../../../../../common/utils \
        ../../../../../gdk \
        ../../../../../geom/lib \
-       ../../../../../geom/monetdb5 \
        $(GDAL_CFLAGS)
 
 lib__shp = {
diff --git a/sql/backends/monet5/vaults/shp/shp.c 
b/sql/backends/monet5/vaults/shp/shp.c
--- a/sql/backends/monet5/vaults/shp/shp.c
+++ b/sql/backends/monet5/vaults/shp/shp.c
@@ -25,7 +25,7 @@
 #include "sql_execute.h"
 #include "mal_exception.h"
 
-#include "geom.h"
+#include "libgeom.h"
 
 /* FIXME: the use of the 'rs' schema should be reconsidered so that the geotiff
  * catalog can be integrated into the SQL catalog.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to