elementary: export symbol used by tests suite.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 6 Jun 2016 19:11:07 +0000 (12:11 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 6 Jun 2016 19:11:07 +0000 (12:11 -0700)
src/lib/elementary/elm_code.c

index 612272e..007184a 100644 (file)
@@ -10,7 +10,7 @@
 #include "elm_code_private.h"
 
 static int _elm_code_init = 0;
-int _elm_code_lib_log_dom = -1;
+EAPI int _elm_code_lib_log_dom = -1;
 
 EAPI const Eo_Event_Description ELM_CODE_EVENT_LINE_LOAD_DONE =
     EO_EVENT_DESCRIPTION("line,load,done");