mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-15 02:30:26 +01:00
Udev rules may live in either /lib/udev/rules.d or /usr/lib/udev/rules.d depending on the distro. Remove the heuristic for deciding the dir, use pkgconfig to detect the location and allow it to be set manually. v2: fix specifying --with-udevrulesdir Signed-off-by: Richard Hughes <richard@hughsie.com>
20 lines
511 B
Makefile
20 lines
511 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
udevrules_DATA = \
|
|
95-upower-battery-recall-dell.rules \
|
|
95-upower-battery-recall-fujitsu.rules \
|
|
95-upower-battery-recall-gateway.rules \
|
|
95-upower-battery-recall-ibm.rules \
|
|
95-upower-battery-recall-lenovo.rules \
|
|
95-upower-battery-recall-toshiba.rules \
|
|
95-upower-wup.rules \
|
|
95-upower-hid.rules \
|
|
95-upower-csr.rules
|
|
|
|
EXTRA_DIST = \
|
|
$(udevrules_DATA)
|
|
|
|
clean-local :
|
|
rm -f *~
|
|
|
|
-include $(top_srcdir)/git.mk
|