From 032a0bdc9b293bfa04a691f92a85ab88d4907447 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 15 Oct 2020 15:49:41 +0200 Subject: Include a new xdg_activation protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleix Pol Gonzalez Reviewed-by: David Edmundson Reviewed-by: Simon Ser Reviewed-by: Jonas Ã…dahl --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1f32890..9954a74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,14 +31,20 @@ stable_protocols = \ stable/xdg-shell/xdg-shell.xml \ $(NULL) +staging_protocols = \ + staging/xdg-activation/xdg-activation-v1.xml \ + $(NULL) + nobase_dist_pkgdata_DATA = \ $(unstable_protocols) \ $(stable_protocols) \ + $(staging_protocols) \ $(NULL) dist_noinst_DATA = \ $(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \ $(sort $(foreach p,$(stable_protocols),$(dir $p)README)) \ + $(sort $(foreach p,$(staging_protocols),$(dir $p)README)) \ README.md \ GOVERNANCE.md \ MEMBERS.md \ @@ -48,7 +54,7 @@ noarch_pkgconfig_DATA = wayland-protocols.pc dist_check_SCRIPTS = tests/scan.sh -TESTS = $(unstable_protocols) $(stable_protocols) +TESTS = $(unstable_protocols) $(stable_protocols) $(staging_protocols) TEST_EXTENSIONS = .xml AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER; XML_LOG_COMPILER = $(srcdir)/tests/scan.sh -- cgit v1.2.3