From 7070c832793182a10650b12b7ac738ec0061e9e8 Mon Sep 17 00:00:00 2001 Message-Id: <7070c832793182a10650b12b7ac738ec0061e9e8.1715270193.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 21 Oct 2008 09:20:44 +0100 Subject: [PATCH] Saner distcheck cgiexecdir Organization: Straylight/Edgeware From: Richard Kettlewell --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 03ebdac..71fd269 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,14 +14,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - # EXTRA_DIST=TODO CHANGES.html README.streams BUGS \ README.upgrades README.client README.raw README.vhost README.developers SUBDIRS=@subdirs@ -DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell pwd)/$(httpdir)/_inst/cgiexecdir +DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell pwd)/$(distdir)/_inst/cgiexecdir check-report: before-check check make-coverage-reports before-check: -- [mdw]