summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-09-17 14:12:44 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-09-17 14:12:44 +0100
commitb711e23036268c9e8944a009d23a3483639d12f2 (patch)
tree8064c66934e4ca3c9318063c563eadd10b308954
parent4bb5823ceaac74a2c4b4ba0461406497c3e8dc6d (diff)
downloadgstreamer-plugins-bad-b711e23036268c9e8944a009d23a3483639d12f2.tar.gz
wayland: fix distcheck when wayland-scanner is not installed
-rw-r--r--ext/wayland/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/wayland/Makefile.am b/ext/wayland/Makefile.am
index 77871537a..fd418606d 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