diff --git a/src/bin/ecore_buffer/meson.build b/src/bin/ecore_buffer/meson.build index 86ee20a872..5e1a9d9381 100644 --- a/src/bin/ecore_buffer/meson.build +++ b/src/bin/ecore_buffer/meson.build @@ -1,5 +1,6 @@ -executable('bq_mgr', - ['bq_mgr_protocol.c', 'bq_mgr.c'], - dependencies: [ecore, ecore_buffer, ecore_buffer_deps], - install : true +executable('bqmgr', + ['bq_mgr_protocol.c', 'bq_mgr.c'], + dependencies: [ecore, ecore_buffer, ecore_buffer_deps], + install: true, + install_dir: join_paths(dir_lib, 'ecore_buffer', 'bin') )