override CFLAGS += -DUSE_VERSION=$(USE_VERSION)
ifeq ($(USE_GEOS),1)
- override CFLAGS += -I$(GEOS_DIR)/include/geos -DUSE_GEOS
+ override CFLAGS += -I$(GEOS_DIR)/include -DUSE_GEOS
endif
ifeq ($(USE_PROJ),1)
override CFLAGS += -I$(PROJ_DIR)/include -DUSE_PROJ
/*
* $Log$
+* Revision 1.23 2004/07/02 13:33:23 strk
+* Changed GEOS header inclusion mechanism to be more polite
+*
* Revision 1.22 2004/07/01 17:02:26 strk
* Updated to support latest GEOS API.
*
#include <iostream>
#include <fstream>
-#include "geom.h"
-#include "util.h"
#include "postgis_geos_version.h"
+#include "geos/geom.h"
+#include "geos/util.h"
using namespace geos;