Fix build error in X11 53/43953/1 accepted/tizen/mobile/20150716.010557 accepted/tizen/tv/20150716.010607 accepted/tizen/wearable/20150716.010621 submit/tizen/20150715.132022
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 15 Jul 2015 13:18:46 +0000 (22:18 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 15 Jul 2015 13:18:46 +0000 (22:18 +0900)
Change-Id: I4cc723374e5f385bd778e4bf5ee68b8d2b11a9a3

ism/extras/efl_wsc/Makefile.am

index dc1bab2..8ef3dea 100644 (file)
@@ -17,13 +17,14 @@ INCLUDES = -I$(top_builddir) \
            -DSCIM_MODULE_PATH=\"@SCIM_MODULE_PATH@\" \
            -DSCIM_TEMPDIR=\"@SCIM_TEMPDIR@\"
 
-noinst_HEADERS = input-method-client-protocol.h \
-                                       text-client-protocol.h \
-                                       isf_wsc_context.h \
+noinst_HEADERS = isf_wsc_context.h \
                                        isf_wsc_control.h \
                                        isf_wsc_control_ui.h
 
 if ISF_BUILD_WSC_EFL
+noinst_HEADERS += input-method-client-protocol.h \
+                  text-client-protocol.h
+
 CONFIG_WSC_EFL  = isf-wsc-efl
 endif