From: Pekka Paalanen Date: Thu, 18 Feb 2016 13:21:58 +0000 (+0200) Subject: Makefile: move presentation_timing source out of toytoolkit X-Git-Tag: upstream/5.0.0~1248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e49794f0fb3afeca2fd1646a3485d073ff03f87;p=platform%2Fupstream%2Fweston.git Makefile: move presentation_timing source out of toytoolkit Toytoolkit sources don't actually use the presentation_timing client protocol bindings for anything. Apparently they were there only because that's how they end up in BUILT_SOURCES. Move them from toytoolkit sources to BUILT_SOURCES where also other such things are. Signed-off-by: Pekka Paalanen Reviewed-by: Bryce Harrington --- diff --git a/Makefile.am b/Makefile.am index 623621d..e365396 100644 --- a/Makefile.am +++ b/Makefile.am @@ -565,8 +565,6 @@ nodist_libtoytoolkit_la_SOURCES = \ protocol/text-cursor-position-client-protocol.h \ protocol/scaler-protocol.c \ protocol/scaler-client-protocol.h \ - protocol/presentation_timing-protocol.c \ - protocol/presentation_timing-client-protocol.h \ protocol/xdg-shell-unstable-v5-protocol.c \ protocol/xdg-shell-unstable-v5-client-protocol.h \ protocol/ivi-application-protocol.c \ @@ -772,6 +770,8 @@ BUILT_SOURCES += \ protocol/weston-desktop-shell-protocol.c \ protocol/scaler-client-protocol.h \ protocol/scaler-protocol.c \ + protocol/presentation_timing-protocol.c \ + protocol/presentation_timing-client-protocol.h \ protocol/fullscreen-shell-unstable-v1-protocol.c \ protocol/fullscreen-shell-unstable-v1-client-protocol.h \ protocol/xdg-shell-unstable-v5-protocol.c \