Fix build error due to wayland protocol 36/43936/2 submit/tizen/20150715.120356
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 15 Jul 2015 11:38:34 +0000 (20:38 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 15 Jul 2015 12:02:12 +0000 (21:02 +0900)
Change-Id: Icb34723246b1ca4e22df4ca906d88230d7a79238

ism/extras/efl_wsc/Makefile.am

index 6589a85..8e715e9 100644 (file)
@@ -52,6 +52,11 @@ isf_wsc_efl_LDFLAGS  = @EFL_LIBS@ @LTLIBINTL@ -rpath $(libdir) \
 
 isf_wsc_efl_LDADD    = $(top_builddir)/ism/src/libscim@SCIM_EPOCH@.la
 
+BUILT_SOURCES = input-method-client-protocol.h \
+                input-method-protocol.c \
+                text-client-protocol.h \
+                text-protocol.c
+
 if ISF_BUILD_WSC_EFL
 %-protocol.c : $(top_srcdir)/ism/protocol/%.xml
        $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) code < $< > $@