mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
11ba83c16e
This will prove beneficial when we also add tests for the policy engine plugins. The increased locality is also nice to have.
6 lines
201 B
Meson
6 lines
201 B
Meson
calls_provider_plugin_libdir = join_paths(full_calls_plugin_libdir, 'providers')
|
|
subdir('provider/mm')
|
|
subdir('provider/dummy')
|
|
subdir('provider/ofono')
|
|
subdir('provider/sip')
|
|
subdir('provider/tests')
|