diff options
Diffstat (limited to 'cut-n-paste/zoom-control')
-rw-r--r-- | cut-n-paste/zoom-control/meson.build | 2 |
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, |