From 32f298c12700d874c265c2486ae10728bea691a0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 16 Jul 2015 15:15:20 +1000 Subject: [PATCH libinput] udev: don't install the litest udev rules They are installed by the test. Signed-off-by: Peter Hutterer --- udev/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/Makefile.am b/udev/Makefile.am index e850e09..975f537 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am @@ -4,7 +4,7 @@ udev_PROGRAMS = libinput-device-group \ litest_rules = 80-libinput-device-groups-litest.rules \ 90-libinput-model-quirks-litest.rules -udev_SCRIPTS = $(litest_rules) +noinst_SCRIPTS = $(litest_rules) libinput_device_group_SOURCES = libinput-device-group.c libinput_device_group_CFLAGS = $(LIBUDEV_CFLAGS) $(GCC_CFLAGS) -- 2.4.3