diff options
author | Marcus Rückert <darix@opensu.se> | 2007-08-21 10:56:01 +0000 |
---|---|---|
committer | Marcus Rückert <darix@opensu.se> | 2007-08-21 10:56:01 +0000 |
commit | 6719b15c7be9039feefb93fa156e7e585e70b673 (patch) | |
tree | 125fd4faad968b578755f32b88c6c1731a70c348 /tests/docroot | |
parent | 51826fc05c78ce40cb5e8a4d405f41f60d9be6cd (diff) | |
download | lighttpd-git-6719b15c7be9039feefb93fa156e7e585e70b673.tar.gz |
- added missing Makefile.am entries
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1954 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/docroot')
-rw-r--r-- | tests/docroot/www/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docroot/www/Makefile.am b/tests/docroot/www/Makefile.am index bcbd39c6..7c8aa55d 100644 --- a/tests/docroot/www/Makefile.am +++ b/tests/docroot/www/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST=cgi.php cgi.pl dummydir index.html index.txt phpinfo.php \ redirect.php cgi-pathinfo.pl get-env.php get-server-env.php \ nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \ - exec-date.shtml index.html~ + exec-date.shtml index.html~ 404.fcgi 404.html 404.pl send404.pl crlfcrash.pl SUBDIRS=go indexfile expire |