diff options
Diffstat (limited to 'third_party/lighttpd/linux/lib/mod_webdav.la')
-rwxr-xr-x | third_party/lighttpd/linux/lib/mod_webdav.la | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/third_party/lighttpd/linux/lib/mod_webdav.la b/third_party/lighttpd/linux/lib/mod_webdav.la new file mode 100755 index 0000000..7851ba7 --- /dev/null +++ b/third_party/lighttpd/linux/lib/mod_webdav.la @@ -0,0 +1,35 @@ +# 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' |