projects
/
platform
/
core
/
uifw
/
dali-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
628d3fd
)
[Tizen] Add Appcore Watch library in Makefile.am
76/131876/1
author
Jinho, Lee
<jeano.lee@samsung.com>
Wed, 31 May 2017 02:45:17 +0000
(11:45 +0900)
committer
Jinho, Lee
<jeano.lee@samsung.com>
Wed, 31 May 2017 02:45:19 +0000
(11:45 +0900)
This reverts commit
ccda02bb7db4ad7e8d19bf3222a1bbc596dc0bbb
.
Change-Id: I3685b8a469eb406316db5998968b7ec6b133d0aa
build/tizen/adaptor/Makefile.am
patch
|
blob
|
history
diff --git
a/build/tizen/adaptor/Makefile.am
b/build/tizen/adaptor/Makefile.am
index
1afa7eb
..
6a30e75
100644
(file)
--- a/
build/tizen/adaptor/Makefile.am
+++ b/
build/tizen/adaptor/Makefile.am
@@
-494,9
+494,12
@@
if WEARABLE_PROFILE
libdali_adaptor_la_CXXFLAGS += \
$(HAPTIC_CFLAGS) \
$(EFL_ASSIST_CFLAGS) \
- $(SCREENCONNECTORPROVIDER_CFLAGS)
+ $(SCREENCONNECTORPROVIDER_CFLAGS) \
+ $(APPCORE_WATCH_CFLAGS)
+
libdali_adaptor_la_LIBADD += \
- $(SCREENCONNECTORPROVIDER_LIBS)
+ $(SCREENCONNECTORPROVIDER_LIBS) \
+ $(APPCORE_WATCH_LIBS)
endif
if TV_PROFILE