mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 05:08:56 +00:00
13 lines
381 B
Diff
13 lines
381 B
Diff
--- a/tools/Makefile.am
|
|
+++ b/tools/Makefile.am
|
|
@@ -1,9 +1,3 @@
|
|
-noinst_PROGRAMS = libevdev-events libevdev-list-codes
|
|
-bin_PROGRAMS = \
|
|
- touchpad-edge-detector \
|
|
- mouse-dpi-tool \
|
|
- libevdev-tweak-device
|
|
-
|
|
AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/libevdev
|
|
libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
|
|
|