summaryrefslogtreecommitdiff
path: root/src/devices/adsl
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-03-18 21:19:41 +0100
committerLubomir Rintel <lkundrak@v3.sk>2018-05-09 12:59:39 +0200
commit6aac441f1ce9f74ccb9dd2d97d3330be3eec0cef (patch)
tree54367c92b370a940c73a6cbc691f58f2f1303679 /src/devices/adsl
parent84a6010718c47953c64a7dcd4d0fc7f435aa1bbf (diff)
downloadNetworkManager-6aac441f1ce9f74ccb9dd2d97d3330be3eec0cef.tar.gz
meson: distinguish arch specific and arch neutral lib dir
Plugins go to the arch specific place while conf.d/ and VPN/ are in lib/. Use the same naming as is used with autoconf.
Diffstat (limited to 'src/devices/adsl')
-rw-r--r--src/devices/adsl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/adsl/meson.build b/src/devices/adsl/meson.build
index 4b0fade01a..ee804d2387 100644
--- a/src/devices/adsl/meson.build
+++ b/src/devices/adsl/meson.build
@@ -15,7 +15,7 @@ libnm_device_plugin_adsl = shared_module(
link_args: ldflags_linker_script_devices,
link_depends: linker_script_devices,
install: true,
- install_dir: nm_pkglibdir
+ install_dir: nm_plugindir
)
core_plugins += libnm_device_plugin_adsl