summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRoshan Pius <rpius@chromium.org>2014-12-19 10:22:18 -0800
committerAleksander Morgado <aleksander@aleksander.es>2014-12-19 20:32:12 +0100
commitbec32bd8d570b66fcfcf1325af8c80752a784b61 (patch)
treecaaa98be5a8441eacab61a27965b66e5565d8a38 /Makefile.am
parentb84db57fe24652238a06c8aaff70f769ccfa6a0e (diff)
libqmi-glib,proxy: Change ownership of QMI devices to the configured user.
Adding a udev rule to change ownership of all QMI devices to the configured user specified at compile time using --enable-qmi-username flag.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 21a6b18..7970fbe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,9 @@ SUBDIRS = . data build-aux src utils docs
ACLOCAL_AMFLAGS = -I m4
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-udev-base-dir="$$dc_install_base" \
+ --enable-gtk-doc
EXTRA_DIST = \
gtester.make \