diff options
author | Jan Arne Petersen <jpetersen@openismus.com> | 2012-06-21 21:52:19 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-21 16:41:12 -0400 |
commit | cba9e470bac2baeb7e3f8cbd1e2af4ba0b4e33bb (patch) | |
tree | b42dfc0eff4d365d29a9ec0e180f5c5378ad4339 /clients/Makefile.am | |
parent | 1f17be442e5ede22a28e4141725b1571c4ef7614 (diff) |
text: Add example clients for text protocol
Diffstat (limited to 'clients/Makefile.am')
-rw-r--r-- | clients/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am index cf25a0b2..5ed8839a 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -51,6 +51,8 @@ clients_programs = \ resizor \ eventdemo \ clickdot \ + editor \ + keyboard \ $(full_gl_client_programs) desktop_shell = weston-desktop-shell @@ -97,6 +99,20 @@ eventdemo_LDADD = $(toolkit_libs) clickdot_SOURCES = clickdot.c clickdot_LDADD = $(toolkit_libs) +editor_SOURCES = \ + editor.c \ + text-protocol.c \ + text-client-protocol.h +editor_LDADD = $(toolkit_libs) + +keyboard_SOURCES = \ + keyboard.c \ + desktop-shell-client-protocol.h \ + desktop-shell-protocol.c \ + text-client-protocol.h \ + text-protocol.c +keyboard_LDADD = $(toolkit_libs) + weston_desktop_shell_SOURCES = \ desktop-shell.c \ desktop-shell-client-protocol.h \ @@ -114,6 +130,8 @@ BUILT_SOURCES = \ screenshooter-protocol.c \ text-cursor-position-client-protocol.h \ text-cursor-position-protocol.c \ + text-protocol.c \ + text-client-protocol.h \ desktop-shell-client-protocol.h \ desktop-shell-protocol.c \ tablet-shell-client-protocol.h \ |