diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-12-08 13:37:55 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-01-03 13:56:25 +0000 |
commit | e14b904cbd6816cb0227d519d308ae71ddaf6e07 (patch) | |
tree | 4997ab68cc606fdf4d72a571e821cec0c8df42ef /data | |
parent | 072d7ac9065f444e83b390a1e2af5471ac0d48f6 (diff) |
build: move plugins directory to src/plugins
We are going to allow including the plugin sources built within the
ModemManager daemon binary; moving the sources within the daemon
sources directory makes it easier.
Diffstat (limited to 'data')
-rw-r--r-- | data/tests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tests/meson.build b/data/tests/meson.build index fa0b2c00..1cc0826b 100644 --- a/data/tests/meson.build +++ b/data/tests/meson.build @@ -3,7 +3,7 @@ test_conf = { 'abs_top_builddir': build_root, - 'PLUGIN_BUILD_SUBDIR': 'plugins/', + 'PLUGIN_BUILD_SUBDIR': 'src/plugins/', } configure_file( |