mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 11:48:02 +02:00
13 lines
228 B
Makefile
13 lines
228 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
udevrules_DATA = \
|
|
95-upower-wup.rules \
|
|
95-upower-hid.rules
|
|
|
|
EXTRA_DIST = \
|
|
$(udevrules_DATA)
|
|
|
|
clean-local :
|
|
rm -f *~
|
|
|
|
-include $(top_srcdir)/git.mk
|