From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 10 Apr 2016 08:09:07 +0000 (+0000)
Subject: Add regression-tests.action to the files that are distributed
X-Git-Tag: v_3_0_25~59
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/diff?a=commitdiff_plain;h=0bc21816de5ca5930cb3d64fcdd09f00bc3e0029;p=privoxy.git

Add regression-tests.action to the files that are distributed
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index bd279c26..9a2572d8 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  GNUmakefile is built automatically from GNUmakefile.in
 #
-# $Id: GNUmakefile.in,v 1.241 2016/04/08 08:42:00 fabiankeil Exp $
+# $Id: GNUmakefile.in,v 1.242 2016/04/10 08:08:40 fabiankeil Exp $
 #
 # Written by and Copyright (C) 2001-2014 members of the
 # Privoxy team. http://www.privoxy.org/
@@ -166,7 +166,10 @@ TAR_ARCH = /tmp/privoxy-$(VERSION).tar.gz
 #############################################################################
 # We include these files in our distributions
 #############################################################################
-CONFIGS = config trust default.action match-all.action user.action default.filter user.filter
+CONFIGS = 	config trust default.action match-all.action \
+		user.action default.filter user.filter \
+		regression-tests.action
+
 # take care that no CVS .cvsignore or other crappy files
 # are included here
 # and escape every '#' in the find. doh.