diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 20:16:45 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 20:16:45 +0000 |
commit | b6fb1984c04716e7655bdc3f1826f09a29a2cf57 (patch) | |
tree | 9a24c9e7e77727fc2e11bf3e0364f8a8b40b546e /third_party/lighttpd/linux/lib/mod_evasive.la | |
parent | 2b436c24c7fb17d1babcf2ac32b6d23029ca27d9 (diff) | |
download | chromium_src-b6fb1984c04716e7655bdc3f1826f09a29a2cf57.zip chromium_src-b6fb1984c04716e7655bdc3f1826f09a29a2cf57.tar.gz chromium_src-b6fb1984c04716e7655bdc3f1826f09a29a2cf57.tar.bz2 |
Add Linux lighttpd for running LayoutTests on Linux.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/lighttpd/linux/lib/mod_evasive.la')
-rwxr-xr-x | third_party/lighttpd/linux/lib/mod_evasive.la | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/third_party/lighttpd/linux/lib/mod_evasive.la b/third_party/lighttpd/linux/lib/mod_evasive.la new file mode 100755 index 0000000..9d02ea9 --- /dev/null +++ b/third_party/lighttpd/linux/lib/mod_evasive.la @@ -0,0 +1,35 @@ +# 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' |