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/lighttpd/linux/lib/mod_cgi.la | |
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/lighttpd/linux/lib/mod_cgi.la')
-rwxr-xr-x | third_party/lighttpd/linux/lib/mod_cgi.la | 35 |
1 files changed, 0 insertions, 35 deletions
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' |