summaryrefslogtreecommitdiff
path: root/cut-n-paste/zoom-control/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/zoom-control/meson.build')
-rw-r--r--cut-n-paste/zoom-control/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/zoom-control/meson.build b/cut-n-paste/zoom-control/meson.build
index 2c3320ac..7830f1d1 100644
--- a/cut-n-paste/zoom-control/meson.build
+++ b/cut-n-paste/zoom-control/meson.build
@@ -15,7 +15,7 @@ zoom_deps = [
]
libephyzoom = static_library(
- 'libephyzoom',
+ 'ephyzoom',
zoom_sources,
include_directories: include_root,
dependencies: zoom_deps,