fix includes

SVN revision: 19806
This commit is contained in:
doursse 2006-01-14 20:25:48 +00:00 committed by doursse
parent 6357a06396
commit 0daf7300a6
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,7 @@ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I. \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/include \
-I$(top_srcdir)/src/modules/engines \
@FREETYPE_CFLAGS@
if BUILD_ENGINE_BUFFER
@ -25,7 +26,6 @@ module_la_LDFLAGS = -module -avoid-version \
module_la_DEPENDENCIES = \
$(top_builddir)/config.h
endif

View File

@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I. \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/modules/engines \
-I$(top_srcdir)/src/lib/include \
@FREETYPE_CFLAGS@ @x_cflags@ @CAIRO_CFLAGS@