- added missing Makefile.am entries
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1954 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.17
parent
51826fc05c
commit
6719b15c7b
|
@ -45,7 +45,9 @@ CONFS=fastcgi-10.conf \
|
|||
mod-setenv.t \
|
||||
lowercase.t \
|
||||
lowercase.conf \
|
||||
cachable.t
|
||||
cachable.t \
|
||||
core-404-handler.t \
|
||||
404-handler.conf
|
||||
|
||||
|
||||
TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue