[GRASS-SVN] r38709 - grass/trunk/lib/dspf
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 13 05:59:18 EDT 2009
Author: neteler
Date: 2009-08-13 05:59:17 -0400 (Thu, 13 Aug 2009)
New Revision: 38709
Modified:
grass/trunk/lib/dspf/Makefile
grass/trunk/lib/dspf/cube_io.c
grass/trunk/lib/dspf/dspf_header.c
Log:
fixed missing libgis refs
Modified: grass/trunk/lib/dspf/Makefile
===================================================================
--- grass/trunk/lib/dspf/Makefile 2009-08-13 09:25:23 UTC (rev 38708)
+++ grass/trunk/lib/dspf/Makefile 2009-08-13 09:59:17 UTC (rev 38709)
@@ -1,5 +1,6 @@
MODULE_TOPDIR = ../..
+EXTRA_LIBS=$(GISLIB)
LIB_NAME = $(DSPF_LIBNAME)
include $(MODULE_TOPDIR)/include/Make/Lib.make
Modified: grass/trunk/lib/dspf/cube_io.c
===================================================================
--- grass/trunk/lib/dspf/cube_io.c 2009-08-13 09:25:23 UTC (rev 38708)
+++ grass/trunk/lib/dspf/cube_io.c 2009-08-13 09:59:17 UTC (rev 38709)
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <grass/gis.h>
#include "viz.h"
static unsigned char Buffer[10000]; /* buffer for outputting data to file */
Modified: grass/trunk/lib/dspf/dspf_header.c
===================================================================
--- grass/trunk/lib/dspf/dspf_header.c 2009-08-13 09:25:23 UTC (rev 38708)
+++ grass/trunk/lib/dspf/dspf_header.c 2009-08-13 09:59:17 UTC (rev 38709)
@@ -1,4 +1,5 @@
#include <string.h>
+#include <grass/gis.h>
#include "viz.h"
More information about the grass-commit
mailing list