From 1f1b39792baba0c808df697a3792514514a84b46 Mon Sep 17 00:00:00 2001 From: Jan Arne Petersen Date: Mon, 5 Nov 2012 03:26:43 +0100 Subject: [PATCH] keyboard: Rename keyboard to weston-keyboard Signed-off-by: Jan Arne Petersen --- clients/.gitignore | 2 +- clients/Makefile.am | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/clients/.gitignore b/clients/.gitignore index 6ed849d..5437de4 100644 --- a/clients/.gitignore +++ b/clients/.gitignore @@ -10,7 +10,7 @@ gears image input-method-protocol.c input-method-client-protocol.h -keyboard +weston-keyboard libtoytoolkit.a resizor screenshooter-client-protocol.h diff --git a/clients/Makefile.am b/clients/Makefile.am index 9259a4e..a6927d7 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -12,7 +12,8 @@ libexec_PROGRAMS = \ $(desktop_shell) \ $(tablet_shell) \ $(screenshooter) \ - $(screensaver) + $(screensaver) \ + $(keyboard) AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = \ @@ -60,7 +61,6 @@ clients_programs = \ eventdemo \ clickdot \ editor \ - keyboard \ $(full_gl_client_programs) desktop_shell = weston-desktop-shell @@ -123,13 +123,14 @@ editor_SOURCES = \ text-client-protocol.h editor_LDADD = $(toolkit_libs) -keyboard_SOURCES = \ +keyboard = weston-keyboard +weston_keyboard_SOURCES = \ keyboard.c \ desktop-shell-client-protocol.h \ desktop-shell-protocol.c \ input-method-protocol.c \ input-method-client-protocol.h -keyboard_LDADD = $(toolkit_libs) +weston_keyboard_LDADD = $(toolkit_libs) weston_info_SOURCES = \ weston-info.c \ -- 2.7.4