packaging: update packaging file to install license file via %license macro
[platform/upstream/libevdev.git] / tools / Makefile.am
1 <<<<<<< HEAD
2 noinst_PROGRAMS = libevdev-events \
3                touchpad-edge-detector \
4                mouse-dpi-tool \
5                libevdev-tweak-device
6
7 #bin_PROGRAMS = 
8
9 AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/libevdev
10 libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
11
12 libevdev_events_SOURCES = libevdev-events.c
13 libevdev_events_LDADD = $(libevdev_ldadd)
14
15 touchpad_edge_detector_SOURCES = touchpad-edge-detector.c
16 touchpad_edge_detector_LDADD = $(libevdev_ldadd)
17
18 mouse_dpi_tool_SOURCES = mouse-dpi-tool.c
19 mouse_dpi_tool_LDADD = $(libevdev_ldadd)
20
21 libevdev_tweak_device_SOURCES = libevdev-tweak-device.c
22 libevdev_tweak_device_LDADD = $(libevdev_ldadd)
23
24 dist_man_MANS = \
25                 libevdev-tweak-device.1 \
26                 touchpad-edge-detector.1 \
27                 $(NULL)