From 67cd84ca01715038ac5f9dc92f7d5c3149716e53 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Wed, 18 Nov 2015 10:25:16 +0800 Subject: Makefile.am: Include protocol README files in tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f1bac16..a32e977 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -nobase_dist_pkgdata_DATA = \ +unstable_protocols = \ unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \ unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \ unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \ @@ -7,5 +7,13 @@ nobase_dist_pkgdata_DATA = \ unstable/xdg-shell/xdg-shell-unstable-v5.xml \ $(NULL) +nobase_dist_pkgdata_DATA = \ + $(unstable_protocols) \ + $(NULL) + +dist_noinst_DATA = \ + $(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \ + $(NULL) + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = wayland-protocols.pc -- cgit v1.2.3