upower/rules/Makefile.am
Tom Gundersen 04faa0e143 build: detect udev rules dir
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>
2013-05-07 14:15:26 +01:00

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