diff --git a/data/meson.build b/data/meson.build index 5944dad07c..1583aeca6f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,4 +1,4 @@ -checkme_files = ['ecore', 'ecore_imf', 'ecore_x', 'eeze', 'efreet', 'elua', 'emotion', 'ethumb', 'ethumb_client'] +checkme_files = ['ecore', 'ecore_imf', 'ecore_x', 'eeze', 'efreet', 'elua', 'emotion', 'ethumb', 'ethumb_client', 'evas'] foreach checkme : checkme_files install_data(join_paths(checkme, 'checkme'), install_dir : join_paths(dir_data, checkme)