projects
/
platform
/
core
/
uifw
/
efl-ext.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a851f9f
)
Add missing header in devel package
82/108082/1
author
MyungJoo Ham
<myungjoo.ham@samsung.com>
Tue, 3 Jan 2017 02:08:13 +0000
(11:08 +0900)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Tue, 3 Jan 2017 02:08:13 +0000
(11:08 +0900)
eext_floatingbutton.eo.h is generated during a build,
which is used by ise_default package.
Change-Id: I7807d0af871f9c24c8d471486b6a7d198f257f0f
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
inc/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/inc/CMakeLists.txt
b/inc/CMakeLists.txt
index eb8998cd17e97cca964073828e41e2499a99b2dd..234ceb49c5cef8d8e6c4216515d341407b0e5567 100644
(file)
--- a/
inc/CMakeLists.txt
+++ b/
inc/CMakeLists.txt
@@
-39,6
+39,7
@@
SET(LIB_INCS
mobile/eext_floatingbutton_legacy.h
mobile/eext_floatingbutton.eo.legacy.h
mobile/eext_floatingbutton_eo.h
+ mobile/eext_floatingbutton.eo.h
efl_extension.h
)