diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 12:56:14 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 13:24:41 -0700 |
commit | c2a1c49ab2042f559b28e840e54feb8494888e0e (patch) | |
tree | c6eb110b7c479499854eede9d0c3ab0a80c9a11a /src/lib/elementary/elm_atspi_app_object.h | |
parent | 9340855597e7e465435c69b6278650346688da14 (diff) | |
download | efl-c2a1c49ab2042f559b28e840e54feb8494888e0e.tar.gz |
elementary: move all legacy files to their expected new location.
Diffstat (limited to 'src/lib/elementary/elm_atspi_app_object.h')
-rw-r--r-- | src/lib/elementary/elm_atspi_app_object.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_atspi_app_object.h b/src/lib/elementary/elm_atspi_app_object.h new file mode 100644 index 0000000000..53042f86fc --- /dev/null +++ b/src/lib/elementary/elm_atspi_app_object.h @@ -0,0 +1,6 @@ +#ifdef EFL_EO_API_SUPPORT +#include "elm_atspi_app_object.eo.h" +#endif +#ifndef EFL_NOLEGACY_API_SUPPORT +#include "elm_atspi_app_object.eo.legacy.h" +#endif |