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:
dfa1541
)
Revert "[Tizen] Add Appcore Watch library in Makefile.am"
89/123989/1
author
minho.sun
<minho.sun@samsung.com>
Mon, 10 Apr 2017 01:57:17 +0000
(10:57 +0900)
committer
minho.sun
<minho.sun@samsung.com>
Mon, 10 Apr 2017 01:57:31 +0000
(10:57 +0900)
This reverts commit
dfa15418bffb7404328d6aff2970a2c79ffe189d
.
Change-Id: I3b2ffb7ecb99b706a22979723f43911b6c648983
build/tizen/adaptor/Makefile.am
patch
|
blob
|
history
diff --git
a/build/tizen/adaptor/Makefile.am
b/build/tizen/adaptor/Makefile.am
index
4fbdc93
..
f904d83
100644
(file)
--- a/
build/tizen/adaptor/Makefile.am
+++ b/
build/tizen/adaptor/Makefile.am
@@
-495,12
+495,9
@@
if WEARABLE_PROFILE
libdali_adaptor_la_CXXFLAGS += \
$(HAPTIC_CFLAGS) \
$(EFL_ASSIST_CFLAGS) \
- $(SCREENCONNECTORPROVIDER_CFLAGS) \
- $(APPCORE_WATCH_CFLAGS)
-
+ $(SCREENCONNECTORPROVIDER_CFLAGS)
libdali_adaptor_la_LIBADD += \
- $(SCREENCONNECTORPROVIDER_LIBS) \
- $(APPCORE_WATCH_LIBS)
+ $(SCREENCONNECTORPROVIDER_LIBS)
endif
if TV_PROFILE