From 0f2fd1efd80f6f6f77c1b50d90dd5920f5530c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 16 Jan 2008 16:07:10 +0000 Subject: [PATCH] - add more missing files git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2042 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5a4bffa6..c3537309 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,6 +32,7 @@ CONFS=fastcgi-10.conf \ core-keepalive.t \ core.t \ mod-proxy.t \ + proxy.conf \ mod-secdownload.t \ mod-access.t \ mod-auth.t \ @@ -42,6 +43,7 @@ CONFS=fastcgi-10.conf \ mod-rewrite.t \ mod-userdir.t \ env-variables.t \ + env-variables.conf \ symlink.t \ request.t \ mod-ssi.t \ @@ -58,6 +60,7 @@ TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir) EXTRA_DIST=wrapper.sh lighttpd.conf \ lighttpd.user \ lighttpd.htpasswd \ + SConscript \ $(CONFS) \ $(TESTS)