diff options
author | Amitesh Singh <amitesh.sh@samsung.com> | 2016-07-01 09:55:51 +0530 |
---|---|---|
committer | Amitesh Singh <amitesh.sh@samsung.com> | 2016-07-01 09:55:51 +0530 |
commit | 1c358205d05689c8c141e76c009ea1c3cbc2acf1 (patch) | |
tree | 9bcd094273f46a1778933f0d130b380164687dc7 /src | |
parent | 3b349e9d71a51286e9793ec6e1fd3e1f65c38e2e (diff) |
elm: fix compilation
"
make[1]: *** No rule to make target 'efl_ui_text.h', needed by 'all-am'. Stop.
"
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/elementary/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elementary/Makefile.am b/src/lib/elementary/Makefile.am index 98bddca..3b8cd0e 100644 --- a/src/lib/elementary/Makefile.am +++ b/src/lib/elementary/Makefile.am | |||
@@ -497,7 +497,6 @@ includesub_HEADERS = \ | |||
497 | elm_helper.h \ | 497 | elm_helper.h \ |
498 | efl_ui_box_private.h \ | 498 | efl_ui_box_private.h \ |
499 | efl_ui_grid_private.h \ | 499 | efl_ui_grid_private.h \ |
500 | efl_ui_text.h \ | ||
501 | efl_ui_text.eo.h \ | 500 | efl_ui_text.eo.h \ |
502 | $(NULL) | 501 | $(NULL) |
503 | 502 | ||