diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-10-11 16:24:05 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-10-12 14:03:11 -0700 |
commit | c6a899dec745ee81ae7a3af7c90c7c5c8834df96 (patch) | |
tree | 9d096dc8046a21d261b881168e57a2858ee913a4 /Makefile.am | |
parent | 4c66a9031ceface1d53020d4b6b2b439bfb59207 (diff) | |
download | weston-c6a899dec745ee81ae7a3af7c90c7c5c8834df96.tar.gz weston-c6a899dec745ee81ae7a3af7c90c7c5c8834df96.tar.bz2 weston-c6a899dec745ee81ae7a3af7c90c7c5c8834df96.zip |
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 <bryce@osg.samsung.com>
Reviewed-by: Jan Arne Petersen <janarne@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |