--- ORIG/vtdata/BuildingArray.cpp	Sun Aug 19 18:01:40 2001
+++ vtdata/BuildingArray.cpp	Wed Aug 29 17:13:20 2001
@@ -10,7 +10,7 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include "\APIs\gdal\frmts/shapelib/shapefil.h"
+#include "vtdata/shapelib/shapefil.h"
 #include "BuildingArray.h"
 
 void vtBuildingArray::DestructItems(int first, int last)
--- ORIG/vtdata/Makefile	Tue Aug 28 20:13:38 2001
+++ vtdata/Makefile	Wed Aug 29 17:20:42 2001
@@ -10,9 +10,9 @@
 
 include $(VTP_ROOT)/TerrainSDK/Make.defs
 
-IFLAGS = -I./shapelib \
-         -I$(NETCDF_INC) \
-         -I$(GDAL_INC)
+IFLAGS = -I$(NETCDF_INC) \
+         -I$(GDAL_INC) \
+	 -I$(TERRAIN_SDK_DIR) 
 
 #SWITCHES = -DUNIX -DSUPPORT_NETCDF=1 -DSUPPORT_SDTS=1
 SWITCHES = -DUNIX -DSUPPORT_NETCDF=1
