eet/edb cflags

SVN revision: 13598
This commit is contained in:
Carsten Haitzler 2005-03-04 00:39:41 +00:00
parent b4980b62f2
commit b1c95faae0
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,8 @@ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I. \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/include \
@freetype_cflags@ @x_cflags@ @DIRECTFB_CFLAGS@
@freetype_cflags@ @x_cflags@ @DIRECTFB_CFLAGS@ \
@eet_cflags@
noinst_LTLIBRARIES = libevas_canvas.la
libevas_canvas_la_SOURCES = \

View File

@ -8,8 +8,8 @@ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @freetype_cflags@ @VALGRIND_CFLAGS@ \
-I. \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/include
-I$(top_srcdir)/src/lib/include \
@eet_cflags@ @edb_cflags@
noinst_LTLIBRARIES = libevas_engine_common.la
libevas_engine_common_la_SOURCES = \