Skip to content

Commit

Permalink
added missing RASTERLIB/RASTERDEP
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 20, 2019
1 parent 010ab03 commit 48cfeee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grass7/imagery/i.pr/PRLIB/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ MODULE_TOPDIR = ../../..

PRINCLUDE = ../include/
EXTRA_CFLAGS = -I$(PRINCLUDE)
EXTRA_LIBS = $(GMATHLIB) $(GISLIB) $(MATHLIB)
EXTRA_LIBS = $(RASTERLIB) $(GMATHLIB) $(GISLIB) $(MATHLIB)
DEPENDENCIES = $(RASTERDEP) $(GISDEP)

LIB_NAME = grass_pr.$(GRASS_LIB_VERSION_NUMBER)

Expand Down

0 comments on commit 48cfeee

Please sign in to comment.