aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-12-19 20:36:05 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-12-19 20:36:05 +0100
commit07235c4060264b34797ce29484e997a3c880da8f (patch)
tree2107924579b96e8ef900b9930886ec202a137a0b /src
parentbec32bd8d570b66fcfcf1325af8c80752a784b61 (diff)
downloadexternal_libqmi-07235c4060264b34797ce29484e997a3c880da8f.zip
external_libqmi-07235c4060264b34797ce29484e997a3c880da8f.tar.gz
external_libqmi-07235c4060264b34797ce29484e997a3c880da8f.tar.bz2
build: distribute the udev rules template regardless of --enable-qmi-username
Include the udev rules template in the distribution tarball even if the `--enable-qmi-username' option wasn't specified.
Diffstat (limited to 'src')
-rw-r--r--src/qmi-proxy/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmi-proxy/Makefile.am b/src/qmi-proxy/Makefile.am
index 3eb532e..34c6db0 100644
--- a/src/qmi-proxy/Makefile.am
+++ b/src/qmi-proxy/Makefile.am
@@ -19,7 +19,7 @@ qmi_proxy_LDADD = \
if INSTALL_QMI_UDEV_RULES
udevrulesdir = $(UDEV_BASE_DIR)/rules.d
udevrules_DATA = 76-qmi-proxy-device-ownership.rules
+endif
EXTRA_DIST = \
76-qmi-proxy-device-ownership.rules.in
-endif