Revert "Fix build error" 36/153336/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 04:37:17 +0000 (13:37 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 04:37:18 +0000 (13:37 +0900)
This reverts commit 36d4b02ea35bc718e2c332af3cfb051d382fea9f.

Change-Id: I9a64d651c7c228e90aa77479f7e65e08cb19e2c2

build/tizen/adaptor/Makefile.am

index 39e0145..6ade662 100644 (file)
@@ -521,8 +521,8 @@ if !UBUNTU_PROFILE
 if WAYLAND
 else
 # X11
-LIBDALI_ADAPTOR_LA_CXXFLAGS += $(UTILX_CFLAGS)
-LIBDALI_ADAPTOR_LA_LIBADD += $(UTILX_LIBS)
+libdali_adaptor_la_CXXFLAGS += $(UTILX_CFLAGS)
+libdali_adaptor_la_LIBADD += $(UTILX_LIBS)
 endif
 endif