diff options
Diffstat (limited to 'libview')
-rw-r--r-- | libview/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/meson.build b/libview/meson.build index 4699ee26..806c51d0 100644 --- a/libview/meson.build +++ b/libview/meson.build @@ -79,7 +79,7 @@ if get_option('epub') endif libview = library( - 'xreaderview', + 'libview', libview_sources + libview_private_headers + libdoc_enums + libview_marshal, include_directories: include_dirs, dependencies: libview_deps, @@ -111,6 +111,6 @@ if get_option('introspection') install: true, install_dir_typelib: join_paths(libdir, 'girepository-1.0'), install_dir_gir: join_paths(datadir, 'gir-1.0'), - export_packages: ['xreader-view-' + api_version, 'xreader-document-' + api_version], + export_packages: ['libview-' + api_version, 'libdocument-' + api_version], ) endif |