Record calls to an SQLite database via libgom

Closes use-cases#114
This commit is contained in:
Bob Ham
2019-07-22 11:52:46 +01:00
parent ebf579af78
commit da298c0648
8 changed files with 954 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ full_calls_plugin_libdir = join_paths(prefix, libdir, calls_name, 'plugins')
config_data = configuration_data()
config_data.set_quoted('APP_ID', calls_id)
config_data.set_quoted('APP_DATA_NAME', calls_name)
config_data.set_quoted('GETTEXT_PACKAGE', calls_name)
config_data.set_quoted('LOCALEDIR', full_localedir)
config_data.set_quoted('PLUGIN_LIBDIR', full_calls_plugin_libdir)