Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsms committed Aug 9, 2021
1 parent 60a8934 commit 65dbd69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion raster/r.series/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ MODULE_TOPDIR = ../..

PGM = r.series

LIBES = $(STATSLIB) $(RASTERLIB) $(GISLIB)
LIBES = $(STATSLIB) $(RASTERLIB) $(GISLIB) $(OMPLIB)
DEPENDENCIES = $(STATSDEP) $(RASTERDEP) $(GISDEP)
EXTRA_CFLAGS = $(OMPCFLAGS)

include $(MODULE_TOPDIR)/include/Make/Module.make

Expand Down

0 comments on commit 65dbd69

Please sign in to comment.