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:
aea5bdc
)
Revert "[Tizen] Add Appcore Watch library in Makefile.am"
42/134842/1
author
Heeyong Song
<heeyong.song@samsung.com>
Tue, 20 Jun 2017 06:57:23 +0000
(15:57 +0900)
committer
Heeyong Song
<heeyong.song@samsung.com>
Tue, 20 Jun 2017 06:57:27 +0000
(15:57 +0900)
This reverts commit
d991cf0a5df8b0fd199de523fc4f7042a5d38402
.
Change-Id: I0954a2e76111c8b061107846a028f7b1d5c07587
build/tizen/adaptor/Makefile.am
patch
|
blob
|
history
diff --git
a/build/tizen/adaptor/Makefile.am
b/build/tizen/adaptor/Makefile.am
index c153c5e3db904a441c70ab1756d9e1321c4ad257..64de498f086b0ab2a2d1d24226013f33bd90621c 100644
(file)
--- a/
build/tizen/adaptor/Makefile.am
+++ b/
build/tizen/adaptor/Makefile.am
@@
-494,12
+494,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