efl: update module path to reflect current state.
authorCedric BAIL <cedric.bail@free.fr>
Thu, 6 Dec 2012 01:58:15 +0000 (01:58 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 6 Dec 2012 01:58:15 +0000 (01:58 +0000)
Patch by Jérémy Zurcher <jeremy@asynk.ch>.

SVN revision: 80294

src/benchmarks/eina/eina_bench.c

index 03aaaf9..5bd35f8 100644 (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);