prefix relocation - set up libdir and localedir to work best

This commit is contained in:
Carsten Haitzler 2014-09-18 21:49:27 +09:00
parent b9a994c4bd
commit 0284ec1180
1 changed files with 2 additions and 0 deletions

View File

@ -2986,7 +2986,9 @@ elm_main(int argc, char **argv)
elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);
elm_app_compile_lib_dir_set(PACKAGE_LIB_DIR);
elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);
elm_app_compile_locale_set(LOCALEDIR);
elm_app_info_set(elm_main, "terminology", "themes/default.edj");
config_init();