add wtz-blender tizen protocol
[platform/core/uifw/wayland-extension.git] / Makefile.am
index 58f6e76..e20f79d 100644 (file)
@@ -408,6 +408,23 @@ librelative_pointer_unstable_v1_client_la_SOURCES = protocol/unstable/relative-p
 librelative_pointer_unstable_v1_client_la_CFLAGS  = @WAYLAND_CLIENT_CFLAGS@
 librelative_pointer_unstable_v1_client_la_LIBADD  = @WAYLAND_CLIENT_LIBS@
 
+### wtz_blender
+protocol_LTLIBRARIES += \
+        libwtz-blender-server.la \
+        libwtz-blender-client.la
+pkgconfig_DATA += \
+        src/wtz-blender-server.pc \
+        src/wtz-blender-client.pc
+protocolinclude_HEADERS += \
+        protocol/tizen/wtz-blender-server-protocol.h \
+        protocol/tizen/wtz-blender-client-protocol.h
+libwtz_blender_server_la_SOURCES = protocol/tizen/wtz-blender-protocol.c
+libwtz_blender_server_la_CFLAGS  = @WAYLAND_SERVER_CFLAGS@
+libwtz_blender_server_la_LIBADD  = @WAYLAND_SERVER_LIBS@
+libwtz_blender_client_la_SOURCES = protocol/tizen/wtz-blender-protocol.c
+libwtz_blender_client_la_CFLAGS  = @WAYLAND_CLIENT_CFLAGS@
+libwtz_blender_client_la_LIBADD  = @WAYLAND_CLIENT_LIBS@
+
 ### wtz_foreign
 protocol_LTLIBRARIES += \
                libwtz-foreign-server.la \