Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
[profile/ivi/eobj.git] / src / tests / mixin / Makefile.am
1
2 MAINTAINERCLEANFILES = Makefile.in
3
4 AM_CPPFLAGS = \
5 -I$(top_srcdir)/src/lib \
6 -I$(top_builddir)/src/lib \
7 @EFL_EO_BUILD@ \
8 @EO_CFLAGS@
9
10 noinst_PROGRAMS = mixin
11
12 mixin_SOURCES = \
13 inherit.c \
14 inherit.h \
15 main.c \
16 mixin.c \
17 mixin.h \
18 mixin2.c \
19 mixin2.h \
20 mixin3.c \
21 mixin3.h \
22 mixin4.c \
23 mixin4.h \
24 simple.c \
25 simple.h
26
27 mixin_LDADD = $(top_builddir)/src/lib/libeo.la @EO_LIBS@