summaryrefslogtreecommitdiff
path: root/libview/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'libview/meson.build')
-rw-r--r--libview/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/meson.build b/libview/meson.build
index e8cad36f..0075c154 100644
--- a/libview/meson.build
+++ b/libview/meson.build
@@ -85,7 +85,7 @@ if get_option('epub')
endif
libview = library(
- 'view',
+ 'atrilview',
libview_sources + libview_private_headers + libdoc_enums + libview_marshal,
include_directories: include_dirs,
dependencies: libview_deps,
@@ -108,7 +108,7 @@ install_headers(
if get_option('introspection')
libview_gir = gnome.generate_gir(
libview,
- namespace: 'XreaderView',
+ namespace: 'AtrilView',
nsversion: api_version,
sources: libview_sources,
identifier_prefix: 'Ev',