Don't have the CAIRO_CFLAGS as a general include.

SVN revision: 15338
This commit is contained in:
sebastid 2005-06-15 21:05:54 +00:00 committed by sebastid
parent 3ae5abd7d6
commit 5179302f30
2 changed files with 1 additions and 8 deletions

View File

@ -505,13 +505,6 @@ else
AM_CONDITIONAL(BUILD_ENGINE_CAIRO_COMMON, false)
fi
## Set these variables while the PKG_CHECK is disabled.
CAIRO_CFLAGS=""
CAIRO_LIBS=""
AC_SUBST(CAIRO_CFLAGS)
AC_SUBST(CAIRO_LIBS)
#####################################################################
## Image loaders

View File

@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = \
-I. -I$(top_srcdir)/src/lib -I$(top_srcdir) \
@DIRECTFB_CFLAGS@ @qt_cflags@ @gl_cflags@ @CAIRO_CFLAGS@
@DIRECTFB_CFLAGS@ @qt_cflags@ @gl_cflags@
bin_PROGRAMS = \
@ENGINE_SOFTWARE_X11_PRG@ \