From c7a7f3121c7c4aa6cf968c9976bf537325cb2fed Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 28 Sep 2017 18:26:06 +0100 Subject: [PATCH] Don't try to distribute tap-test.sh which we no longer have Signed-off-by: Simon McVittie <smcv@collabora.com> --- .gitignore | 1 - Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index c02bd39f3..2e1b3ac4f 100644 --- a/.gitignore +++ b/.gitignore @@ -59,5 +59,4 @@ libcapsule-*.txt *.signals !/build-aux/git-version-gen -!/build-aux/tap-test.sh !/m4/ax_is_release.m4 diff --git a/Makefile.am b/Makefile.am index 17ed1bae5..585476087 100644 --- a/Makefile.am +++ b/Makefile.am @@ -259,7 +259,6 @@ CLEANFILES += tests/shim/libnotgl.so.c EXTRA_DIST += $(top_srcdir)/.version EXTRA_DIST += autogen.sh EXTRA_DIST += build-aux/git-version-gen -EXTRA_DIST += build-aux/tap-test.sh EXTRA_DIST += doc/Strategy.txt EXTRA_DIST += doc/capsule-init-project.xml EXTRA_DIST += doc/capsule-mkstublib.xml -- GitLab