Force dummy_symbol to be visible.

"make check" was failing with -fvisibility=hidden.



SVN revision: 37958
This commit is contained in:
Gustavo Sverzut Barbieri 2008-12-06 06:12:30 +00:00
parent 6203f4b6be
commit 091741f861
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ void dummy_module_shutdown(void)
}
int dummy_symbol = 0xbad;
EAPI int dummy_symbol = 0xbad;
EINA_MODULE_INIT(dummy_module_init);
EINA_MODULE_SHUTDOWN(dummy_module_shutdown);