Test tool The name of test_send_input is changed into ico_send_inputevent.
[profile/ivi/ico-uxf-weston-plugin.git] / tools / Makefile.am
1 export abs_builddir
2
3 AM_CFLAGS = $(GCC_CFLAGS)
4 AM_CPPFLAGS = -I$(top_srcdir)/src -DUNIT_TEST $(COMPOSITOR_CFLAGS)
5
6 bin_PROGRAMS =          \
7         ico_send_inputevent
8
9 check_LTLIBRARIES = $(TESTS)
10 check_PROGRAMS = ico_send_inputevent
11
12 AM_LDFLAGS = -module -avoid-version -rpath $(libdir)
13
14 ico_send_inputevent_SOURCES = ico_send_inputevent.c
15 ico_send_inputevent_LDADD = $(SIMPLE_CLIENT_LIBS)