From 14e34e1d15520070b1310b0ad0abefd058c1ae09 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 3 Jun 2018 14:41:02 +0200 Subject: [PATCH] build: Remove ported Makefile.am snippet --- libfprint/meson.build | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libfprint/meson.build b/libfprint/meson.build index 632c815f..49cb5dce 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -209,15 +209,3 @@ configure_file(input: 'drivers_arrays.h', output: 'supported-devices.md', capture: true, command: [ supported_devices.full_path() ]) - -# MOSTLYCLEANFILES = $(udev_rules_DATA) - -# EXTRA_DIST = \ -# 60-fprint-autosuspend.rules - -# udev_rules_DATA = 60-fprint-autosuspend.rules - -# if ENABLE_UDEV_RULES -# $(udev_rules_DATA): fprint-list-udev-rules -# $(builddir)/fprint-list-udev-rules > $@ -#endif