[GRASS-SVN] r38769 - grass/trunk/lib/display

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 17 04:19:47 EDT 2009


Author: neteler
Date: 2009-08-17 04:19:44 -0400 (Mon, 17 Aug 2009)
New Revision: 38769

Modified:
   grass/trunk/lib/display/Makefile
Log:
fix to activate CAIRO when requested

Modified: grass/trunk/lib/display/Makefile
===================================================================
--- grass/trunk/lib/display/Makefile	2009-08-17 07:58:56 UTC (rev 38768)
+++ grass/trunk/lib/display/Makefile	2009-08-17 08:19:44 UTC (rev 38769)
@@ -4,6 +4,7 @@
 	$(HTMLDRIVERLIB) $(RASTERLIB)
 EXTRA_INC = -I../driver
 
+include $(MODULE_TOPDIR)/include/Make/Vars.make
 ifneq ($(USE_CAIRO),)
 EXTRA_LIBS +=  $(CAIRODRIVERLIB)
 EXTRA_CFLAGS += -DUSE_CAIRO



More information about the grass-commit mailing list