[Tizen] Add Appcore Watch library in Makefile.am 76/128176/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:45:50 +0000 (12:45 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:45:55 +0000 (12:45 +0900)
Change-Id: Ib2972a5e3462a1457b887d02ff37ecec654eda23

build/tizen/adaptor/Makefile.am

index b19bbd3..c978575 100644 (file)
@@ -491,9 +491,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