summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 295c419aa8c4f156c83d7524805ec076f069905f (plain)
1
2
3
4
5
6
7
8
noinst_PROGRAMS = libevdev-events

AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir)/libevdev
libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la

libevdev_events_SOURCES = libevdev-events.c
libevdev_events_LDADD = $(libevdev_ldadd)