diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 21:12:38 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 21:12:38 +0000 |
commit | 44d11123d43b38956b7c2224e0d6aa2d48acbb3c (patch) | |
tree | 897f3ccf5e5bf3a8c8f1f1fc4aa37535990b63e0 /third_party | |
parent | a9cd2a6531ed01e92ee81b136754ba00165c58cd (diff) | |
download | chromium_src-44d11123d43b38956b7c2224e0d6aa2d48acbb3c.zip chromium_src-44d11123d43b38956b7c2224e0d6aa2d48acbb3c.tar.gz chromium_src-44d11123d43b38956b7c2224e0d6aa2d48acbb3c.tar.bz2 |
Revert "Add Linux lighttpd for running LayoutTests on Linux."
This reverts r5567 which was prematurely submitted.
Review URL: http://codereview.chromium.org/11802
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
67 files changed, 7 insertions, 1129 deletions
diff --git a/third_party/lighttpd/README.GOOGLE b/third_party/lighttpd/README.GOOGLE index 4f19fe9..2f37cf6 100644 --- a/third_party/lighttpd/README.GOOGLE +++ b/third_party/lighttpd/README.GOOGLE @@ -38,7 +38,7 @@ configure options: --- For Linux --- Similar to the Mac version, grab the sources, configure, compile and move -binaries to the correct location in third_party/lighttpd/linux/ +binaries to the correct location in third_party/lighttpd/lnx/ LightTPD 1) Uncompress @@ -52,12 +52,11 @@ LightTPD make install 4) create directory and copy files cd third_party/lighttpd/ - mkdir linux - cd linux + mkdir lnx + cd lnx mkdir bin mkdir lib cp /tmp/lighttpd_lnx/sbin/lighttpd bin/ - strip bin/* cp /tmp/lighttpd_lnx/lib/* lib/ PHP-CGI @@ -73,13 +72,12 @@ PHP-CGI make make install 4) copy files - cd third_party/lighttpd/linux - cp /tmp/php_lnx/bin/php-cgi bin/ - strip bin/* - + cd third_party/lighttpd/lnx + cp /tmp/php_lnx/bin/php_cgi bin/ + Extra: You can now remove the directories where you compiled and installed. The resulting libraries and executables are then copied into the third_party -dir in the source tree to mirror where the windows executables live. It's +dir in the source tree to mirror where the windows executables live. It's unfortunate that we can't build this all from source as part of the build process, but the source isn't checked in for windows, so.... diff --git a/third_party/lighttpd/linux/bin/lighttpd b/third_party/lighttpd/linux/bin/lighttpd Binary files differdeleted file mode 100755 index e1a9b76..0000000 --- a/third_party/lighttpd/linux/bin/lighttpd +++ /dev/null diff --git a/third_party/lighttpd/linux/bin/php-cgi b/third_party/lighttpd/linux/bin/php-cgi Binary files differdeleted file mode 100755 index 129184d..0000000 --- a/third_party/lighttpd/linux/bin/php-cgi +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_access.la b/third_party/lighttpd/linux/lib/mod_access.la deleted file mode 100755 index 3a3f969..0000000 --- a/third_party/lighttpd/linux/lib/mod_access.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_access.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_access.so' - -# Names of this library. -library_names='mod_access.so mod_access.so mod_access.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_access. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_access.so b/third_party/lighttpd/linux/lib/mod_access.so Binary files differdeleted file mode 100755 index 37387ed..0000000 --- a/third_party/lighttpd/linux/lib/mod_access.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_accesslog.la b/third_party/lighttpd/linux/lib/mod_accesslog.la deleted file mode 100755 index d6bfd89..0000000 --- a/third_party/lighttpd/linux/lib/mod_accesslog.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_accesslog.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_accesslog.so' - -# Names of this library. -library_names='mod_accesslog.so mod_accesslog.so mod_accesslog.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_accesslog. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_accesslog.so b/third_party/lighttpd/linux/lib/mod_accesslog.so Binary files differdeleted file mode 100755 index 7d827f3..0000000 --- a/third_party/lighttpd/linux/lib/mod_accesslog.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_alias.la b/third_party/lighttpd/linux/lib/mod_alias.la deleted file mode 100755 index 7aba894..0000000 --- a/third_party/lighttpd/linux/lib/mod_alias.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_alias.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_alias.so' - -# Names of this library. -library_names='mod_alias.so mod_alias.so mod_alias.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_alias. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_alias.so b/third_party/lighttpd/linux/lib/mod_alias.so Binary files differdeleted file mode 100755 index 6caf1bb..0000000 --- a/third_party/lighttpd/linux/lib/mod_alias.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_auth.la b/third_party/lighttpd/linux/lib/mod_auth.la deleted file mode 100755 index 8fe92c6..0000000 --- a/third_party/lighttpd/linux/lib/mod_auth.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_auth.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_auth.so' - -# Names of this library. -library_names='mod_auth.so mod_auth.so mod_auth.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -lcrypt' - -# Version information for mod_auth. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_auth.so b/third_party/lighttpd/linux/lib/mod_auth.so Binary files differdeleted file mode 100755 index 91acb80..0000000 --- a/third_party/lighttpd/linux/lib/mod_auth.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_cgi.la b/third_party/lighttpd/linux/lib/mod_cgi.la deleted file mode 100755 index be08a21..0000000 --- a/third_party/lighttpd/linux/lib/mod_cgi.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_cgi.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_cgi.so' - -# Names of this library. -library_names='mod_cgi.so mod_cgi.so mod_cgi.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_cgi. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_cgi.so b/third_party/lighttpd/linux/lib/mod_cgi.so Binary files differdeleted file mode 100755 index bcf9c96..0000000 --- a/third_party/lighttpd/linux/lib/mod_cgi.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_cml.la b/third_party/lighttpd/linux/lib/mod_cml.la deleted file mode 100755 index 7e68e93..0000000 --- a/third_party/lighttpd/linux/lib/mod_cml.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_cml.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_cml.so' - -# Names of this library. -library_names='mod_cml.so mod_cml.so mod_cml.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -lm' - -# Version information for mod_cml. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_cml.so b/third_party/lighttpd/linux/lib/mod_cml.so Binary files differdeleted file mode 100755 index 9697d0d..0000000 --- a/third_party/lighttpd/linux/lib/mod_cml.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_compress.la b/third_party/lighttpd/linux/lib/mod_compress.la deleted file mode 100755 index 65dd451..0000000 --- a/third_party/lighttpd/linux/lib/mod_compress.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_compress.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_compress.so' - -# Names of this library. -library_names='mod_compress.so mod_compress.so mod_compress.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -lz -lbz2' - -# Version information for mod_compress. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_compress.so b/third_party/lighttpd/linux/lib/mod_compress.so Binary files differdeleted file mode 100755 index 7de5768..0000000 --- a/third_party/lighttpd/linux/lib/mod_compress.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_dirlisting.la b/third_party/lighttpd/linux/lib/mod_dirlisting.la deleted file mode 100755 index a97e440..0000000 --- a/third_party/lighttpd/linux/lib/mod_dirlisting.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_dirlisting.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_dirlisting.so' - -# Names of this library. -library_names='mod_dirlisting.so mod_dirlisting.so mod_dirlisting.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -L/usr/lib -lpcre' - -# Version information for mod_dirlisting. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_dirlisting.so b/third_party/lighttpd/linux/lib/mod_dirlisting.so Binary files differdeleted file mode 100755 index 17eaa6b..0000000 --- a/third_party/lighttpd/linux/lib/mod_dirlisting.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_evasive.la b/third_party/lighttpd/linux/lib/mod_evasive.la deleted file mode 100755 index 9d02ea9..0000000 --- a/third_party/lighttpd/linux/lib/mod_evasive.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_evasive.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_evasive.so' - -# Names of this library. -library_names='mod_evasive.so mod_evasive.so mod_evasive.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_evasive. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_evasive.so b/third_party/lighttpd/linux/lib/mod_evasive.so Binary files differdeleted file mode 100755 index 145198d..0000000 --- a/third_party/lighttpd/linux/lib/mod_evasive.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_evhost.la b/third_party/lighttpd/linux/lib/mod_evhost.la deleted file mode 100755 index 93f2848..0000000 --- a/third_party/lighttpd/linux/lib/mod_evhost.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_evhost.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_evhost.so' - -# Names of this library. -library_names='mod_evhost.so mod_evhost.so mod_evhost.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_evhost. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_evhost.so b/third_party/lighttpd/linux/lib/mod_evhost.so Binary files differdeleted file mode 100755 index e85575b..0000000 --- a/third_party/lighttpd/linux/lib/mod_evhost.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_expire.la b/third_party/lighttpd/linux/lib/mod_expire.la deleted file mode 100755 index 5bf0539..0000000 --- a/third_party/lighttpd/linux/lib/mod_expire.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_expire.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_expire.so' - -# Names of this library. -library_names='mod_expire.so mod_expire.so mod_expire.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_expire. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_expire.so b/third_party/lighttpd/linux/lib/mod_expire.so Binary files differdeleted file mode 100755 index 6cf26ff..0000000 --- a/third_party/lighttpd/linux/lib/mod_expire.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_extforward.la b/third_party/lighttpd/linux/lib/mod_extforward.la deleted file mode 100755 index cdca9e9..0000000 --- a/third_party/lighttpd/linux/lib/mod_extforward.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_extforward.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_extforward.so' - -# Names of this library. -library_names='mod_extforward.so mod_extforward.so mod_extforward.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_extforward. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_extforward.so b/third_party/lighttpd/linux/lib/mod_extforward.so Binary files differdeleted file mode 100755 index eef81cd..0000000 --- a/third_party/lighttpd/linux/lib/mod_extforward.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_fastcgi.la b/third_party/lighttpd/linux/lib/mod_fastcgi.la deleted file mode 100755 index cafcb83..0000000 --- a/third_party/lighttpd/linux/lib/mod_fastcgi.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_fastcgi.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_fastcgi.so' - -# Names of this library. -library_names='mod_fastcgi.so mod_fastcgi.so mod_fastcgi.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_fastcgi. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_fastcgi.so b/third_party/lighttpd/linux/lib/mod_fastcgi.so Binary files differdeleted file mode 100755 index 3852669..0000000 --- a/third_party/lighttpd/linux/lib/mod_fastcgi.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_flv_streaming.la b/third_party/lighttpd/linux/lib/mod_flv_streaming.la deleted file mode 100755 index 9772403..0000000 --- a/third_party/lighttpd/linux/lib/mod_flv_streaming.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_flv_streaming.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_flv_streaming.so' - -# Names of this library. -library_names='mod_flv_streaming.so mod_flv_streaming.so mod_flv_streaming.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_flv_streaming. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_flv_streaming.so b/third_party/lighttpd/linux/lib/mod_flv_streaming.so Binary files differdeleted file mode 100755 index 5dcc686..0000000 --- a/third_party/lighttpd/linux/lib/mod_flv_streaming.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_indexfile.la b/third_party/lighttpd/linux/lib/mod_indexfile.la deleted file mode 100755 index 42ff9b0..0000000 --- a/third_party/lighttpd/linux/lib/mod_indexfile.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_indexfile.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_indexfile.so' - -# Names of this library. -library_names='mod_indexfile.so mod_indexfile.so mod_indexfile.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_indexfile. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_indexfile.so b/third_party/lighttpd/linux/lib/mod_indexfile.so Binary files differdeleted file mode 100755 index 3aacfc7..0000000 --- a/third_party/lighttpd/linux/lib/mod_indexfile.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_magnet.la b/third_party/lighttpd/linux/lib/mod_magnet.la deleted file mode 100755 index 314f38d..0000000 --- a/third_party/lighttpd/linux/lib/mod_magnet.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_magnet.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_magnet.so' - -# Names of this library. -library_names='mod_magnet.so mod_magnet.so mod_magnet.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -lm' - -# Version information for mod_magnet. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_magnet.so b/third_party/lighttpd/linux/lib/mod_magnet.so Binary files differdeleted file mode 100755 index aa4c1c0..0000000 --- a/third_party/lighttpd/linux/lib/mod_magnet.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_mysql_vhost.la b/third_party/lighttpd/linux/lib/mod_mysql_vhost.la deleted file mode 100755 index 333f3ee..0000000 --- a/third_party/lighttpd/linux/lib/mod_mysql_vhost.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_mysql_vhost.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_mysql_vhost.so' - -# Names of this library. -library_names='mod_mysql_vhost.so mod_mysql_vhost.so mod_mysql_vhost.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_mysql_vhost. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_mysql_vhost.so b/third_party/lighttpd/linux/lib/mod_mysql_vhost.so Binary files differdeleted file mode 100755 index 0813aad..0000000 --- a/third_party/lighttpd/linux/lib/mod_mysql_vhost.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_proxy.la b/third_party/lighttpd/linux/lib/mod_proxy.la deleted file mode 100755 index f0d4645..0000000 --- a/third_party/lighttpd/linux/lib/mod_proxy.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_proxy.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_proxy.so' - -# Names of this library. -library_names='mod_proxy.so mod_proxy.so mod_proxy.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_proxy. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_proxy.so b/third_party/lighttpd/linux/lib/mod_proxy.so Binary files differdeleted file mode 100755 index 8dc7c55..0000000 --- a/third_party/lighttpd/linux/lib/mod_proxy.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_redirect.la b/third_party/lighttpd/linux/lib/mod_redirect.la deleted file mode 100755 index 314bf7f9..0000000 --- a/third_party/lighttpd/linux/lib/mod_redirect.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_redirect.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_redirect.so' - -# Names of this library. -library_names='mod_redirect.so mod_redirect.so mod_redirect.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -L/usr/lib -lpcre' - -# Version information for mod_redirect. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_redirect.so b/third_party/lighttpd/linux/lib/mod_redirect.so Binary files differdeleted file mode 100755 index 96d7147..0000000 --- a/third_party/lighttpd/linux/lib/mod_redirect.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_rewrite.la b/third_party/lighttpd/linux/lib/mod_rewrite.la deleted file mode 100755 index b72b77c..0000000 --- a/third_party/lighttpd/linux/lib/mod_rewrite.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_rewrite.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_rewrite.so' - -# Names of this library. -library_names='mod_rewrite.so mod_rewrite.so mod_rewrite.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -L/usr/lib -lpcre' - -# Version information for mod_rewrite. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_rewrite.so b/third_party/lighttpd/linux/lib/mod_rewrite.so Binary files differdeleted file mode 100755 index 71b6532..0000000 --- a/third_party/lighttpd/linux/lib/mod_rewrite.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_rrdtool.la b/third_party/lighttpd/linux/lib/mod_rrdtool.la deleted file mode 100755 index 75f5f53..0000000 --- a/third_party/lighttpd/linux/lib/mod_rrdtool.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_rrdtool.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_rrdtool.so' - -# Names of this library. -library_names='mod_rrdtool.so mod_rrdtool.so mod_rrdtool.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_rrdtool. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_rrdtool.so b/third_party/lighttpd/linux/lib/mod_rrdtool.so Binary files differdeleted file mode 100755 index 7682b37..0000000 --- a/third_party/lighttpd/linux/lib/mod_rrdtool.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_scgi.la b/third_party/lighttpd/linux/lib/mod_scgi.la deleted file mode 100755 index cd561ab..0000000 --- a/third_party/lighttpd/linux/lib/mod_scgi.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_scgi.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_scgi.so' - -# Names of this library. -library_names='mod_scgi.so mod_scgi.so mod_scgi.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_scgi. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_scgi.so b/third_party/lighttpd/linux/lib/mod_scgi.so Binary files differdeleted file mode 100755 index c25cda7..0000000 --- a/third_party/lighttpd/linux/lib/mod_scgi.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_secdownload.la b/third_party/lighttpd/linux/lib/mod_secdownload.la deleted file mode 100755 index 2e8b0a3..0000000 --- a/third_party/lighttpd/linux/lib/mod_secdownload.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_secdownload.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_secdownload.so' - -# Names of this library. -library_names='mod_secdownload.so mod_secdownload.so mod_secdownload.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_secdownload. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_secdownload.so b/third_party/lighttpd/linux/lib/mod_secdownload.so Binary files differdeleted file mode 100755 index f0dd23b..0000000 --- a/third_party/lighttpd/linux/lib/mod_secdownload.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_setenv.la b/third_party/lighttpd/linux/lib/mod_setenv.la deleted file mode 100755 index 5fa11c5..0000000 --- a/third_party/lighttpd/linux/lib/mod_setenv.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_setenv.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_setenv.so' - -# Names of this library. -library_names='mod_setenv.so mod_setenv.so mod_setenv.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_setenv. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_setenv.so b/third_party/lighttpd/linux/lib/mod_setenv.so Binary files differdeleted file mode 100755 index a983dc3..0000000 --- a/third_party/lighttpd/linux/lib/mod_setenv.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_simple_vhost.la b/third_party/lighttpd/linux/lib/mod_simple_vhost.la deleted file mode 100755 index a059d50..0000000 --- a/third_party/lighttpd/linux/lib/mod_simple_vhost.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_simple_vhost.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_simple_vhost.so' - -# Names of this library. -library_names='mod_simple_vhost.so mod_simple_vhost.so mod_simple_vhost.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_simple_vhost. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_simple_vhost.so b/third_party/lighttpd/linux/lib/mod_simple_vhost.so Binary files differdeleted file mode 100755 index ec0a3c5..0000000 --- a/third_party/lighttpd/linux/lib/mod_simple_vhost.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_ssi.la b/third_party/lighttpd/linux/lib/mod_ssi.la deleted file mode 100755 index eb03211..0000000 --- a/third_party/lighttpd/linux/lib/mod_ssi.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_ssi.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_ssi.so' - -# Names of this library. -library_names='mod_ssi.so mod_ssi.so mod_ssi.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -L/usr/lib -lpcre' - -# Version information for mod_ssi. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_ssi.so b/third_party/lighttpd/linux/lib/mod_ssi.so Binary files differdeleted file mode 100755 index 4e32a72..0000000 --- a/third_party/lighttpd/linux/lib/mod_ssi.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_staticfile.la b/third_party/lighttpd/linux/lib/mod_staticfile.la deleted file mode 100755 index 22e26c8..0000000 --- a/third_party/lighttpd/linux/lib/mod_staticfile.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_staticfile.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_staticfile.so' - -# Names of this library. -library_names='mod_staticfile.so mod_staticfile.so mod_staticfile.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_staticfile. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_staticfile.so b/third_party/lighttpd/linux/lib/mod_staticfile.so Binary files differdeleted file mode 100755 index 1ab4971..0000000 --- a/third_party/lighttpd/linux/lib/mod_staticfile.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_status.la b/third_party/lighttpd/linux/lib/mod_status.la deleted file mode 100755 index 70634ff..0000000 --- a/third_party/lighttpd/linux/lib/mod_status.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_status.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_status.so' - -# Names of this library. -library_names='mod_status.so mod_status.so mod_status.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_status. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_status.so b/third_party/lighttpd/linux/lib/mod_status.so Binary files differdeleted file mode 100755 index ff9b1b4..0000000 --- a/third_party/lighttpd/linux/lib/mod_status.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_trigger_b4_dl.la b/third_party/lighttpd/linux/lib/mod_trigger_b4_dl.la deleted file mode 100755 index 0bc555f..0000000 --- a/third_party/lighttpd/linux/lib/mod_trigger_b4_dl.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_trigger_b4_dl.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_trigger_b4_dl.so' - -# Names of this library. -library_names='mod_trigger_b4_dl.so mod_trigger_b4_dl.so mod_trigger_b4_dl.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs=' -L/usr/lib -lpcre' - -# Version information for mod_trigger_b4_dl. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_trigger_b4_dl.so b/third_party/lighttpd/linux/lib/mod_trigger_b4_dl.so Binary files differdeleted file mode 100755 index b9e9c55..0000000 --- a/third_party/lighttpd/linux/lib/mod_trigger_b4_dl.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_userdir.la b/third_party/lighttpd/linux/lib/mod_userdir.la deleted file mode 100755 index f6d0d8b..0000000 --- a/third_party/lighttpd/linux/lib/mod_userdir.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_userdir.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_userdir.so' - -# Names of this library. -library_names='mod_userdir.so mod_userdir.so mod_userdir.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_userdir. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_userdir.so b/third_party/lighttpd/linux/lib/mod_userdir.so Binary files differdeleted file mode 100755 index f229bfb..0000000 --- a/third_party/lighttpd/linux/lib/mod_userdir.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_usertrack.la b/third_party/lighttpd/linux/lib/mod_usertrack.la deleted file mode 100755 index d246e93..0000000 --- a/third_party/lighttpd/linux/lib/mod_usertrack.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_usertrack.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_usertrack.so' - -# Names of this library. -library_names='mod_usertrack.so mod_usertrack.so mod_usertrack.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_usertrack. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_usertrack.so b/third_party/lighttpd/linux/lib/mod_usertrack.so Binary files differdeleted file mode 100755 index caee8a4..0000000 --- a/third_party/lighttpd/linux/lib/mod_usertrack.so +++ /dev/null diff --git a/third_party/lighttpd/linux/lib/mod_webdav.la b/third_party/lighttpd/linux/lib/mod_webdav.la deleted file mode 100755 index 7851ba7..0000000 --- a/third_party/lighttpd/linux/lib/mod_webdav.la +++ /dev/null @@ -1,35 +0,0 @@ -# mod_webdav.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='mod_webdav.so' - -# Names of this library. -library_names='mod_webdav.so mod_webdav.so mod_webdav.so' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for mod_webdav. -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=yes - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='/tmp/lighttpd_lnx/lib' diff --git a/third_party/lighttpd/linux/lib/mod_webdav.so b/third_party/lighttpd/linux/lib/mod_webdav.so Binary files differdeleted file mode 100755 index 5a539c7..0000000 --- a/third_party/lighttpd/linux/lib/mod_webdav.so +++ /dev/null |