From c6a899dec745ee81ae7a3af7c90c7c5c8834df96 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Tue, 11 Oct 2016 16:24:05 -0700 Subject: [PATCH] simple-im: Rename source file to be consistent with other client tools Except for weston-info, client source files are not prefixed "weston-". Signed-off-by: Bryce Harrington Reviewed-by: Jan Arne Petersen --- Makefile.am | 2 +- clients/{weston-simple-im.c => simple-im.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename clients/{weston-simple-im.c => simple-im.c} (100%) diff --git a/Makefile.am b/Makefile.am index c94c211e..b08ce716 100644 --- a/Makefile.am +++ b/Makefile.am @@ -779,7 +779,7 @@ nodist_weston_keyboard_SOURCES = \ weston_keyboard_LDADD = libtoytoolkit.la weston_keyboard_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS) -weston_simple_im_SOURCES = clients/weston-simple-im.c +weston_simple_im_SOURCES = clients/simple-im.c nodist_weston_simple_im_SOURCES = \ protocol/input-method-unstable-v1-protocol.c \ protocol/input-method-unstable-v1-client-protocol.h diff --git a/clients/weston-simple-im.c b/clients/simple-im.c similarity index 100% rename from clients/weston-simple-im.c rename to clients/simple-im.c