upower/rules/Makefile.am
Bastien Nocera c842f1a53e Remove obsolete battery recall properties
The recalls for that broken batch of Sony batteries dates back from
2006. All the batteries that could have been recalled have now
been recalled, and somebody particularly interested in supporting
them can match the batteries using the old rules file, in a
user session or a separate daemon.
2013-10-14 10:42:55 +02:00

14 lines
255 B
Makefile

## Process this file with automake to produce Makefile.in
udevrules_DATA = \
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