Explorar el Código

Add $(FTINC)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35282 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements hace 16 años
padre
commit
8d9059709a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/cairodriver/Makefile

+ 1 - 1
lib/cairodriver/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-EXTRA_CFLAGS=-I../driver $(CAIROINC)
+EXTRA_CFLAGS=-I../driver $(CAIROINC) $(FTINC)
 EXTRA_LIBS=$(DRIVERLIB) $(GISLIB) $(CAIROLIB)
 
 # added constant to /include/Make/Grass.make.in