move around - flatter.
[profile/ivi/evas.git] / src / modules / engines / cairo_common / Makefile.am
1
2 MAINTAINERCLEANFILES = Makefile.in
3
4 AM_CPPFLAGS          = -I. \
5                        -I$(top_srcdir)/src/lib \
6                        -I$(top_srcdir)/src/lib/include \
7                        @FREETYPE_CFLAGS@ @CAIRO_CFLAGS@
8
9 if BUILD_ENGINE_CAIRO_COMMON
10
11 noinst_LTLIBRARIES      = libevas_engine_cairo_common.la
12 libevas_engine_cairo_common_la_SOURCES  = \
13 evas_cairo_private.h \
14 evas_cairo_common.h \
15 evas_cairo_main.c
16
17 libevas_engine_cairo_common_la_LIBADD       = @CAIRO_LIBS@ $(top_builddir)/src/lib/libevas.la
18
19 libevas_engine_cairo_common_la_DEPENDENCIES = \
20 $(top_builddir)/config.h
21
22 endif