diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-04-21 15:11:32 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-04-21 15:11:32 -0700 |
commit | 454722cf6fd0ad512770d88e612f6c8df3a6149e (patch) | |
tree | 0637043c24329d1872e26955e835777f3ef967bd /src/Makefile_Ecore.am | |
parent | 9efefb1f2e97c884c7f7b33c90267413e743260d (diff) |
ecore: rename Ecore_Mainloop to Efl.Loop.
Diffstat (limited to 'src/Makefile_Ecore.am')
-rw-r--r-- | src/Makefile_Ecore.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index e3aa651..58df14b 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am | |||
@@ -10,7 +10,7 @@ ecore_eolian_files_legacy = \ | |||
10 | 10 | ||
11 | ecore_eolian_files = \ | 11 | ecore_eolian_files = \ |
12 | $(ecore_eolian_files_legacy) \ | 12 | $(ecore_eolian_files_legacy) \ |
13 | lib/ecore/ecore_mainloop.eo \ | 13 | lib/ecore/efl_loop.eo \ |
14 | lib/ecore/ecore_parent.eo | 14 | lib/ecore/ecore_parent.eo |
15 | 15 | ||
16 | ecore_eolian_type_files = \ | 16 | ecore_eolian_type_files = \ |