mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
8 lines
265 B
Meson
8 lines
265 B
Meson
calls_provider_plugin_libdir = join_paths(full_calls_plugin_libdir, 'provider')
|
|
subdir('provider/mm')
|
|
subdir('provider/dummy')
|
|
subdir('provider/ofono')
|
|
subdir('provider/sip')
|
|
subdir('provider/tests')
|
|
|
|
calls_plugins = [calls_mm, calls_dummy, calls_ofono, calls_sip]
|