Explorar o código

fixed missing libgis refs

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38709 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=15) %!d(string=hai) anos
pai
achega
71903d5545
Modificáronse 3 ficheiros con 3 adicións e 0 borrados
  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 = ../..
 MODULE_TOPDIR = ../..
 
 
+EXTRA_LIBS=$(GISLIB)
 LIB_NAME = $(DSPF_LIBNAME)
 LIB_NAME = $(DSPF_LIBNAME)
 
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 include $(MODULE_TOPDIR)/include/Make/Lib.make

+ 1 - 0
lib/dspf/cube_io.c

@@ -1,4 +1,5 @@
 #include <stdlib.h>
 #include <stdlib.h>
+#include <grass/gis.h>
 #include "viz.h"
 #include "viz.h"
 
 
 static unsigned char Buffer[10000];	/* buffer for outputting data to file */
 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 <string.h>
+#include <grass/gis.h>
 #include "viz.h"
 #include "viz.h"