Hello, running "make distcheck" currently fails because wayland-scanner.mk isn't included in the generated tarball.
A patch is attached. best regards, Rico Tzschichholz
From 8715d2b60fc81a1fa74a1377e3b19746c57fecee Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz <[email protected]> Date: Thu, 24 Feb 2011 10:53:06 +0100 Subject: [PATCH] Add wayland-scanner.mk to EXTRA_DIST for make distcheck --- Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index ec2798a..6da4426 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,6 @@ SUBDIRS = wayland ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} aclocaldir = $(datadir)/aclocal -aclocal_DATA = wayland-scanner.m4 wayland-scanner.mk \ No newline at end of file +aclocal_DATA = wayland-scanner.m4 wayland-scanner.mk + +EXTRA_DIST = wayland-scanner.mk -- 1.7.4.1
signature.asc
Description: OpenPGP digital signature
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
