packaging: Update dependencies and bump version to 0.9.23
[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_pseudo_input_device \
8         ico_send_inputevent
9
10 check_LTLIBRARIES = $(TESTS)
11 check_PROGRAMS = ico_send_inputevent
12
13 AM_LDFLAGS = -module -avoid-version -rpath $(libdir)
14
15 ico_pseudo_input_device_SOURCES = ico_pseudo_input_device.c
16 ico_pseudo_input_device_LDADD = $(SIMPLE_CLIENT_LIBS)
17
18 ico_send_inputevent_SOURCES = ico_send_inputevent.c
19 ico_send_inputevent_LDADD = $(SIMPLE_CLIENT_LIBS)