Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
[profile/ivi/eobj.git] / src / tests / interface / 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 = interface
11
12 interface_SOURCES = \
13 interface.c \
14 interface.h \
15 interface2.c \
16 interface2.h \
17 main.c \
18 simple.c \
19 simple.h
20
21 interface_LDADD = $(top_builddir)/src/lib/libeo.la @EO_LIBS@