tools: add a tool for basic event debugging
[platform/upstream/libinput.git] / tools / Makefile.am
1 noinst_PROGRAMS = event-debug
2
3 AM_CPPFLAGS = -I$(top_srcdir)/src
4
5 event_debug_SOURCES = event-debug.c
6 event_debug_LDADD = ../src/libinput.la
7 event_debug_LDFLAGS = -static