Skip to content

Commit

Permalink
fixed missing libgis refs
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38709 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
neteler committed Aug 13, 2009
1 parent 016c0e9 commit 71903d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/dspf/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MODULE_TOPDIR = ../..

EXTRA_LIBS=$(GISLIB)
LIB_NAME = $(DSPF_LIBNAME)

include $(MODULE_TOPDIR)/include/Make/Lib.make
Expand Down
1 change: 1 addition & 0 deletions lib/dspf/cube_io.c
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down
1 change: 1 addition & 0 deletions lib/dspf/dspf_header.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <string.h>
#include <grass/gis.h>
#include "viz.h"


Expand Down

0 comments on commit 71903d5

Please sign in to comment.