Browse Source

fixed missing libgis refs

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38709 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 15 years ago
parent
commit
71903d5545
3 changed files with 3 additions and 0 deletions
  1. 1 0
      lib/dspf/Makefile
  2. 1 0
      lib/dspf/cube_io.c
  3. 1 0
      lib/dspf/dspf_header.c

+ 1 - 0
lib/dspf/Makefile

@@ -1,5 +1,6 @@
 MODULE_TOPDIR = ../..
 
+EXTRA_LIBS=$(GISLIB)
 LIB_NAME = $(DSPF_LIBNAME)
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make

+ 1 - 0
lib/dspf/cube_io.c

@@ -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 */

+ 1 - 0
lib/dspf/dspf_header.c

@@ -1,4 +1,5 @@
 #include <string.h>
+#include <grass/gis.h>
 #include "viz.h"