[Tizen] Add Appcore Watch library in Makefile.am 14/122314/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170403.185707 accepted/tizen/ivi/20170403.022341 accepted/tizen/mobile/20170403.022110 accepted/tizen/tv/20170403.022226 accepted/tizen/unified/20170403.022446 accepted/tizen/wearable/20170403.022258 submit/tizen/20170331.124519
authordongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 04:55:18 +0000 (13:55 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 04:55:21 +0000 (13:55 +0900)
This reverts commit 16e72072633139466923459e5fc64c32d349f7d2.

Change-Id: Ic51a13a0c055b27328e78dabf42ac1ed78be8813

build/tizen/adaptor/Makefile.am

index f904d83..4fbdc93 100644 (file)
@@ -495,9 +495,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