From 507c2356e3caa3b7da98787ae2de96c7bca0089e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 2 Dec 2013 19:42:51 +0000 Subject: automake: include only one copy VERSION in tarball The VERSION file is tracked by git (git ls-files), thus adding it to EXTRA_FILES will result in a duplicate copy within the final tarball. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72230 Cc: "10.0" Reported-by: Patrick Steinhardt Tested-by: Patrick Steinhardt Reviewed-by: Matt Turner Signed-off-by: Emil Velikov --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 361fb51..600adad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,6 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) EXTRA_FILES = \ aclocal.m4 \ configure \ - VERSION \ bin/ar-lib \ bin/compile \ bin/config.sub \ -- cgit v1.1