From b711e23036268c9e8944a009d23a3483639d12f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 17 Sep 2016 14:12:44 +0100 Subject: [PATCH] wayland: fix distcheck when wayland-scanner is not installed --- ext/wayland/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/wayland/Makefile.am b/ext/wayland/Makefile.am index 77871537a3..fd418606db 100644 --- a/ext/wayland/Makefile.am +++ b/ext/wayland/Makefile.am @@ -6,8 +6,9 @@ libgstwaylandsink_la_SOURCES = \ wlbuffer.c \ wldisplay.c \ wlwindow.c \ - wlvideoformat.c \ - viewporter-protocol.c + wlvideoformat.c + +nodist_libgstwaylandsink_la_SOURCES = viewporter-protocol.c libgstwaylandsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ $(WAYLAND_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS) @@ -26,8 +27,7 @@ noinst_HEADERS = \ wlbuffer.h \ wldisplay.h \ wlwindow.h \ - wlvideoformat.h \ - viewporter-client-protocol.h + wlvideoformat.h CLEANFILES = viewporter-protocol.c viewporter-client-protocol.h