efl: update module path to reflect current state.

Patch by Jérémy Zurcher <jeremy@asynk.ch>.


SVN revision: 80294
This commit is contained in:
Cedric BAIL 2012-12-06 01:58:15 +00:00
parent 74872a4d09
commit 7396a53bb4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static void _mempool_init(void)
eina_init();
/* force modules to be loaded in case they are not installed */
_modules = eina_module_list_get(NULL,
PACKAGE_BUILD_DIR "/src/modules",
PACKAGE_BUILD_DIR "/src/modules/eina",
EINA_TRUE,
NULL,
NULL);