summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 0b8fbd022b0d5c20772a78f497842afd6eb6405c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_PROGRAMS = libevdev-events
bin_PROGRAMS = touchpad-edge-detector

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

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

touchpad_edge_detector_SOURCES = touchpad-edge-detector.c
touchpad_edge_detector_LDADD = $(libevdev_ldadd)