summaryrefslogtreecommitdiff
path: root/libdocument
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/meson.build b/libdocument/meson.build
index 5dd9fe33..b19242e3 100644
--- a/libdocument/meson.build
+++ b/libdocument/meson.build
@@ -124,7 +124,7 @@ libdocument_deps = [
]
libdocument = library(
- 'libdocument',
+ 'document',
libdocument_private_headers + libdocument_sources,
dependencies: libdocument_deps,
include_directories: include_root,