summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-09-20 18:28:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-09-20 18:28:29 +0100
commit957ea18b1b80e3fdd6a9c980b8bedbd1f838a26e (patch)
tree4c4224da66881f40bfdf3f9a93154914d57e2f0c
parent2837ca997fda8ecc1fee3d1fb1318585e3ad6c38 (diff)
downloadgstreamer-plugins-bad-957ea18b1b80e3fdd6a9c980b8bedbd1f838a26e.tar.gz
wayland: fix distcheck some more
-rw-r--r--ext/wayland/Makefile.am14
1 files changed, 3 insertions, 11 deletions
diff --git a/ext/wayland/Makefile.am b/ext/wayland/Makefile.am
index fd418606d..a23d44d41 100644
--- a/ext/wayland/Makefile.am
+++ b/ext/wayland/Makefile.am
@@ -1,5 +1,7 @@
plugin_LTLIBRARIES = libgstwaylandsink.la
+BUILT_SOURCES = viewporter-protocol.c viewporter-client-protocol.h
+
libgstwaylandsink_la_SOURCES = \
gstwaylandsink.c \
wlshmallocator.c \
@@ -29,17 +31,7 @@ noinst_HEADERS = \
wlwindow.h \
wlvideoformat.h
-CLEANFILES = viewporter-protocol.c viewporter-client-protocol.h
-
-gstwaylandsink.c: viewporter-client-protocol.h
-
-wlshmallocator.c: viewporter-client-protocol.h
-
-wlbuffer.c: viewporter-client-protocol.h
-
-wldisplay.c: viewporter-client-protocol.h
-
-wlwindow.c: viewporter-client-protocol.h
+CLEANFILES = $(BUILT_SOURCES)
.SECONDEXPANSION: