Add the tool ico_pseudo_input_device which generates those pseudo devices for a syste...
[profile/ivi/ico-uxf-weston-plugin.git] / tools / Makefile.am
index 3f1fbc7..f2571f7 100644 (file)
@@ -4,6 +4,7 @@ AM_CFLAGS = $(GCC_CFLAGS)
 AM_CPPFLAGS = -I$(top_srcdir)/src -DUNIT_TEST $(COMPOSITOR_CFLAGS)
 
 bin_PROGRAMS =         \
+       ico_pseudo_input_device \
        ico_send_inputevent
 
 check_LTLIBRARIES = $(TESTS)
@@ -11,5 +12,8 @@ check_PROGRAMS = ico_send_inputevent
 
 AM_LDFLAGS = -module -avoid-version -rpath $(libdir)
 
+ico_pseudo_input_device_SOURCES = ico_pseudo_input_device.c
+ico_pseudo_input_device_LDADD = $(SIMPLE_CLIENT_LIBS)
+
 ico_send_inputevent_SOURCES = ico_send_inputevent.c
 ico_send_inputevent_LDADD = $(SIMPLE_CLIENT_LIBS)