[GRASS5] PATCH - d.extend

Radim Blazek blazek at itc.it
Mon Feb 14 03:23:21 EST 2005


Brad Douglas wrote:
> Here's a patch (against CVS) to properly build d.extend:
> 
> --- display/d.extend/Makefile	18 Nov 2004 03:41:06 -0000	1.1
> +++ display/d.extend/Makefile	12 Feb 2005 23:19:00 -0000
> @@ -5,6 +5,9 @@
>  LIBES = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(SITESLIB) $(GISLIB)
>  DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(SITESDEP)
> $(GISDEP)
>  
> +EXTRA_INC = $(VECT_INC)
> +EXTRA_CFLAGS = $(VECT_CFLAGS)
> +
>  include $(MODULE_TOPDIR)/include/Make/Module.make
>  
>  default: cmd
> 
> 

Fixed.

Radim




More information about the grass-dev mailing list