diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-12-19 20:36:05 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-12-19 20:36:05 +0100 |
commit | 07235c4060264b34797ce29484e997a3c880da8f (patch) | |
tree | 2107924579b96e8ef900b9930886ec202a137a0b /src | |
parent | bec32bd8d570b66fcfcf1325af8c80752a784b61 (diff) | |
download | external_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.am | 2 |
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 |