summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2011-02-07 22:40:45 -0700
committerLinus Walleij <triad@df.lth.se>2011-02-09 20:22:33 +0100
commit83e79a247de2599571faa60d4bc62334adc0242d (patch)
treed9d73108a235891e7e3a52b1f53fd3d02ec0230b /Makefile.am
parentd65231f1e1c197888bf03a3eedf0d8b1a51a498e (diff)
downloadlibmtp-83e79a247de2599571faa60d4bc62334adc0242d.tar.gz
File group and mode for device nodes.
Enable optional configuration of file group and mode for device nodes. The options are --with-dev-group=GROUP and --with-udev-mode=MODE.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e2762d..c6d46c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ noinst_DATA=libmtp.usermap libmtp.fdi
libmtp.usermap: util/mtp-hotplug
util/mtp-hotplug > libmtp.usermap
@UDEV_RULES@: util/mtp-hotplug
- util/mtp-hotplug -u -p"@UDEV@" > @UDEV_RULES@
+ util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
libmtp.fdi: util/mtp-hotplug
util/mtp-hotplug -H > libmtp.fdi