1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-15 01:29:28 +00:00
Purism-Calls/plugins/meson.build

9 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]