From 62468ffc9aa43d0b2218853b80fca1a9cd3e60bc Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 17 Feb 2016 16:50:31 +0200 Subject: Makefile: install and dist stable protocols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pekka Paalanen Reviewed-by: Bryce Harrington Reviewed-by: Jonas Ã…dahl --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 21b1a00..e0bd079 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,10 +15,12 @@ stable_protocols = \ nobase_dist_pkgdata_DATA = \ $(unstable_protocols) \ + $(stable_protocols) \ $(NULL) dist_noinst_DATA = \ $(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \ + $(sort $(foreach p,$(stable_protocols),$(dir $p)README)) \ $(NULL) noarch_pkgconfig_DATA = wayland-protocols.pc -- cgit v1.2.3