myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-404


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-404-gdb569f3
Date: Sun, 07 Nov 2010 14:01:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  db569f311a18a09cd2dd7c446cd2c9e56c451706 (commit)
      from  f4bbcce36e335d416d77341aa3c14a4e28b802d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit db569f311a18a09cd2dd7c446cd2c9e56c451706
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Nov 7 15:03:09 2010 +0100

    build: do not list object files in the toplevel makefile.

diff --git a/myserver/src/Makefile.am b/myserver/src/Makefile.am
index 30fad19..c8f7a1b 100644
--- a/myserver/src/Makefile.am
+++ b/myserver/src/Makefile.am
@@ -23,138 +23,65 @@ SUBDIRS = base conf connection connections_scheduler 
filter http_handler \
 bin_PROGRAMS = myserver
 myserver_SOURCES = myserver.cpp
 
-lib_LTLIBRARIES = libmyserver.la
-
+noinst_LTLIBRARIES = libmyserver.la
 libmyserver_la_SOURCES =
-libmyserver_la_LIBADD =  \
-    http_handler/proxy/proxy.lo  \
-    http_handler/scgi/scgi.lo  \
-    http_handler/http_dir/http_dir.lo  \
-    http_handler/wincgi/wincgi.lo  \
-    http_handler/isapi/isapi.lo  \
-    http_handler/fastcgi/fastcgi.lo  \
-    http_handler/mscgi/mscgi_manager.lo  \
-    http_handler/mscgi/mscgi.lo  \
-    http_handler/http_file/http_file.lo  \
-    http_handler/cgi/cgi.lo  \
-    log/log_manager.lo  \
-    log/stream/log_stream.lo  \
-    log/stream/file_stream.lo  \
-    log/stream/console_stream.lo  \
-    log/stream/log_stream_creator.lo  \
-    log/stream/socket_stream_creator.lo  \
-    log/stream/console_stream_creator.lo  \
-    log/stream/socket_stream.lo  \
-    log/stream/file_stream_creator.lo  \
-    log/stream/log_stream_factory.lo  \
-    connections_scheduler/connections_scheduler.lo  \
-    connections_scheduler/listen_threads.lo  \
-    server/clients_thread.lo  \
-    server/server.lo  \
-    base/multicast/multicast.lo  \
-    base/home_dir/home_dir.lo  \
-    base/ssl/ssl.lo  \
-    base/slab/slab.lo  \
-    base/unix_socket/unix_socket.lo  \
-    base/mem_buff/mem_buff.lo  \
-    base/exceptions/checked.lo  \
-    base/exceptions/exceptions.lo  \
-    base/crypt/sha1.lo  \
-    base/crypt/crypt_algo_manager.lo  \
-    base/crypt/crypt_algo.lo  \
-    base/crypt/md5.lo  \
-    base/pipe/pipe.lo  \
-    base/string/stringutils.lo  \
-    base/string/securestr.lo  \
-    base/files_cache/membuf_file.lo  \
-    base/files_cache/cached_file_buffer.lo  \
-    base/files_cache/cached_file_factory.lo  \
-    base/files_cache/cached_file.lo  \
-    base/sync/mutex.lo  \
-    base/sync/read_write_lock.lo  \
-    base/sync/recursive_mutex.lo  \
-    base/sync/event.lo  \
-    base/sync/semaphore.lo  \
-    base/dynamic_lib/dynamiclib.lo  \
-    base/regex/myserver_regex.lo  \
-    base/socket_pair/socket_pair.lo  \
-    base/socket/socket.lo  \
-    base/socket/ssl_socket.lo  \
-    base/xml/xml_parser.lo  \
-    base/read_directory/read_directory.lo  \
-    base/read_directory/rec_read_directory.lo  \
-    base/file/file.lo  \
-    base/file/files_utility.lo  \
-    base/bitvec/bitvec.lo  \
-    base/safetime/safetime.lo  \
-    base/process/process.lo  \
-    base/process/fork_server.lo  \
-    base/process/process_server_manager.lo  \
-    base/base64/mime_utils.lo  \
-    base/thread/thread.lo  \
-    base/utility.lo  \
-    base/hash_map/hash_map.lo  \
-    conf/main/xml_main_configuration.lo  \
-    conf/main/main_configuration.lo  \
-    conf/xml_conf.lo  \
-    conf/nodetree.lo  \
-    conf/mime/xml_mime_handler.lo  \
-    conf/mime/mime_manager.lo  \
-    conf/vhost/vhost.lo  \
-    conf/vhost/xml_vhost_handler.lo  \
-    conf/vhost/ip.lo  \
-    conf/vhost/vhost_manager.lo  \
-    conf/security/security_cache.lo  \
-    conf/security/security_domain.lo  \
-    conf/security/validator.lo  \
-    conf/security/auth_method_factory.lo  \
-    conf/security/security_manager.lo  \
-    conf/security/xml_validator.lo  \
-    conf/security/auth_method.lo  \
-    conf/security/validator_factory.lo  \
-    conf/security/auth_domain.lo  \
-    conf/security/security_token.lo  \
-    protocol/protocols_manager.lo  \
-    protocol/control/control_header.lo  \
-    protocol/control/control_protocol.lo  \
-    protocol/protocol_buffer.lo  \
-    protocol/gopher/gopher_content.lo  \
-    protocol/gopher/engine.lo  \
-    protocol/gopher/gopher.lo  \
-    protocol/protocol.lo  \
-    protocol/http/http_response.lo  \
-    protocol/http/http_headers.lo  \
-    protocol/http/dyn_http_command.lo  \
-    protocol/http/http_request.lo  \
-    protocol/http/http.lo  \
-    protocol/http/http_req_security_domain.lo  \
-    protocol/http/dyn_http_manager.lo  \
-    protocol/http/dyn_http_manager_list.lo  \
-    protocol/http/http_thread_context.lo  \
-    protocol/http/dyn_http_command_manager.lo  \
-    protocol/http/http_errors.lo  \
-    protocol/http/env/env.lo  \
-    protocol/http/webdav/webdav.lo  \
-    protocol/http/http_header.lo  \
-    protocol/http/http_data_handler.lo  \
-    protocol/http/http_data_read.lo  \
-    protocol/ftp/ftp_lexer.lo  \
-    protocol/ftp/ftp.lo  \
-    protocol/ftp/ftp_parser.lo  \
-    protocol/https/https.lo  \
-    protocol/url.lo  \
-    connection/connection.lo  \
-    plugin/plugin_info.lo  \
-    plugin/plugins_manager.lo  \
-    plugin/plugin.lo  \
-    filter/stream.lo  \
-    filter/console.lo  \
-    filter/filter.lo  \
-    filter/filters_factory.lo  \
-    filter/filters_chain.lo  \
-    filter/memory_stream.lo  \
-    filter/gzip/gzip.lo  \
-    filter/gzip/gzip_decompress.lo  \
+libmyserver_la_LIBADD =        base/base64/libbase64.la \
+               base/bitvec/libbitvec.la \
+               base/crypt/libcrypt.la \
+               base/dynamic_lib/libdynamic_lib.la \
+               base/exceptions/libexceptions.la \
+               base/file/libfile.la \
+               base/files_cache/libfiles_cache.la \
+               base/hash_map/libhash_map.la \
+               base/home_dir/libhome_dir.la \
+               base/libbase.la \
+               base/mem_buff/libmem_buff.la \
+               base/multicast/libmulticast.la \
+               base/pipe/libpipe.la \
+               base/process/libprocess.la \
+               base/read_directory/libread_directory.la \
+               base/regex/libregex.la \
+               base/safetime/libsafetime.la \
+               base/slab/libslab.la \
+               base/socket/libsocket.la \
+               base/socket_pair/libsocket_pair.la \
+               base/ssl/libssl.la \
+               base/string/libstring.la \
+               base/sync/libsync.la \
+               base/thread/libthread.la \
+               base/unix_socket/libunix_socket.la \
+               base/xml/libxml.la \
+               conf/libconf.la \
+               conf/main/libmain.la \
+               conf/mime/libmime.la \
+               conf/security/libsecurity.la \
+               conf/vhost/libvhost.la \
+               connection/libconnection.la \
+               connections_scheduler/libconnections_scheduler.la \
+               filter/gzip/libgzip.la \
+               filter/libfilter.la \
+               http_handler/cgi/libcgi.la \
+               http_handler/fastcgi/libfastcgi.la \
+               http_handler/http_dir/libhttp_dir.la \
+               http_handler/http_file/libhttp_file.la \
+               http_handler/isapi/libisapi.la \
+               http_handler/libhttp_handler.la \
+               http_handler/mscgi/libmscgi.la \
+               http_handler/proxy/libproxy.la \
+               http_handler/scgi/libscgi.la \
+               http_handler/wincgi/libwincgi.la \
+               log/liblog.la \
+               log/stream/libstream.la \
+               plugin/libplugin.la \
+               protocol/control/libcontrol.la \
+               protocol/ftp/libftp.la \
+               protocol/gopher/libgopher.la \
+               protocol/http/env/libenv.la \
+               protocol/http/libhttp.la \
+               protocol/https/libhttps.la \
+               protocol/http/webdav/libwebdav.la \
+               protocol/libprotocol.la \
+               server/libserver.la \
                ../lib/libgnu.la  \
                $(PTHREAD_LIB) $(IDN_LIB) $(XNET_LIB) $(DL_LIB) \
                $(ZLIB_LIB) $(XML_LIBS) \
diff --git a/myserver/src/base/Makefile.am b/myserver/src/base/Makefile.am
index 1b15f99..65e8c85 100644
--- a/myserver/src/base/Makefile.am
+++ b/myserver/src/base/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libbase.la
+noinst_LTLIBRARIES = libbase.la
 libbase_la_SOURCES = utility.cpp
 SUBDIRS = base64 bitvec crypt dynamic_lib file exceptions files_cache \
          read_directory hash_map home_dir mem_buff multicast pipe process \
diff --git a/myserver/src/base/base64/Makefile.am 
b/myserver/src/base/base64/Makefile.am
index 6171b0f..853198b 100644
--- a/myserver/src/base/base64/Makefile.am
+++ b/myserver/src/base/base64/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libbase64.la
+noinst_LTLIBRARIES = libbase64.la
 libbase64_la_SOURCES = mime_utils.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/bitvec/Makefile.am 
b/myserver/src/base/bitvec/Makefile.am
index 6c2b34b..68c0a5c 100644
--- a/myserver/src/base/bitvec/Makefile.am
+++ b/myserver/src/base/bitvec/Makefile.am
@@ -15,6 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libbitvec.la
+noinst_LTLIBRARIES = libbitvec.la
 libbitvec_la_SOURCES = bitvec.cpp
 SUBDIRS =
diff --git a/myserver/src/base/crypt/Makefile.am 
b/myserver/src/base/crypt/Makefile.am
index c98da0b..6aa5126 100644
--- a/myserver/src/base/crypt/Makefile.am
+++ b/myserver/src/base/crypt/Makefile.am
@@ -15,6 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libcrypt.la
+noinst_LTLIBRARIES = libcrypt.la
 libcrypt_la_SOURCES = crypt_algo.cpp crypt_algo_manager.cpp md5.cpp sha1.cpp
 SUBDIRS =
diff --git a/myserver/src/base/dynamic_lib/Makefile.am 
b/myserver/src/base/dynamic_lib/Makefile.am
index 7c91aea..41a6307 100644
--- a/myserver/src/base/dynamic_lib/Makefile.am
+++ b/myserver/src/base/dynamic_lib/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libdynamic_lib.la
+noinst_LTLIBRARIES = libdynamic_lib.la
 libdynamic_lib_la_SOURCES = dynamiclib.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/exceptions/Makefile.am 
b/myserver/src/base/exceptions/Makefile.am
index a8fd4f9..a487b69 100644
--- a/myserver/src/base/exceptions/Makefile.am
+++ b/myserver/src/base/exceptions/Makefile.am
@@ -15,6 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libexceptions.la
+noinst_LTLIBRARIES = libexceptions.la
 libexceptions_la_SOURCES = checked.cpp exceptions.cpp
 SUBDIRS =
diff --git a/myserver/src/base/file/Makefile.am 
b/myserver/src/base/file/Makefile.am
index 56446bb..4570759 100644
--- a/myserver/src/base/file/Makefile.am
+++ b/myserver/src/base/file/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libfile.la
+noinst_LTLIBRARIES = libfile.la
 libfile_la_SOURCES = file.cpp files_utility.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/files_cache/Makefile.am 
b/myserver/src/base/files_cache/Makefile.am
index e0b3151..fcddae1 100644
--- a/myserver/src/base/files_cache/Makefile.am
+++ b/myserver/src/base/files_cache/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libfiles_cache.la
+noinst_LTLIBRARIES = libfiles_cache.la
 libfiles_cache_la_SOURCES = cached_file_buffer.cpp cached_file.cpp \
                           cached_file_factory.cpp membuf_file.cpp
 SUBDIRS =
diff --git a/myserver/src/base/hash_map/Makefile.am 
b/myserver/src/base/hash_map/Makefile.am
index 9522cf7..e0a359f 100644
--- a/myserver/src/base/hash_map/Makefile.am
+++ b/myserver/src/base/hash_map/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libhash_map.la
+noinst_LTLIBRARIES = libhash_map.la
 libhash_map_la_SOURCES = hash_map.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/home_dir/Makefile.am 
b/myserver/src/base/home_dir/Makefile.am
index 0eb6b36..ee41212 100644
--- a/myserver/src/base/home_dir/Makefile.am
+++ b/myserver/src/base/home_dir/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libhome_dir.la
+noinst_LTLIBRARIES = libhome_dir.la
 libhome_dir_la_SOURCES = home_dir.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/mem_buff/Makefile.am 
b/myserver/src/base/mem_buff/Makefile.am
index cd5d0d1..6f3f4d5 100644
--- a/myserver/src/base/mem_buff/Makefile.am
+++ b/myserver/src/base/mem_buff/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libmem_buff.la
+noinst_LTLIBRARIES = libmem_buff.la
 libmem_buff_la_SOURCES = mem_buff.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/multicast/Makefile.am 
b/myserver/src/base/multicast/Makefile.am
index 2d0f4ce..798f423 100644
--- a/myserver/src/base/multicast/Makefile.am
+++ b/myserver/src/base/multicast/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libmulticast.la
+noinst_LTLIBRARIES = libmulticast.la
 libmulticast_la_SOURCES = multicast.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/pipe/Makefile.am 
b/myserver/src/base/pipe/Makefile.am
index 5427d2b..3968b5f 100644
--- a/myserver/src/base/pipe/Makefile.am
+++ b/myserver/src/base/pipe/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libpipe.la
+noinst_LTLIBRARIES = libpipe.la
 libpipe_la_SOURCES = pipe.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/process/Makefile.am 
b/myserver/src/base/process/Makefile.am
index 29e89c4..5fd6bc6 100644
--- a/myserver/src/base/process/Makefile.am
+++ b/myserver/src/base/process/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libprocess.la
+noinst_LTLIBRARIES = libprocess.la
 libprocess_la_SOURCES = fork_server.cpp process.cpp process_server_manager.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/read_directory/Makefile.am 
b/myserver/src/base/read_directory/Makefile.am
index 6ff54c0..2d5f2c4 100644
--- a/myserver/src/base/read_directory/Makefile.am
+++ b/myserver/src/base/read_directory/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libread_directory.la
+noinst_LTLIBRARIES = libread_directory.la
 libread_directory_la_SOURCES = read_directory.cpp rec_read_directory.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/regex/Makefile.am 
b/myserver/src/base/regex/Makefile.am
index fcfc98d..111ed53 100644
--- a/myserver/src/base/regex/Makefile.am
+++ b/myserver/src/base/regex/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libregex.la
+noinst_LTLIBRARIES = libregex.la
 libregex_la_SOURCES = myserver_regex.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/safetime/Makefile.am 
b/myserver/src/base/safetime/Makefile.am
index 83f0c4c..a629e45 100644
--- a/myserver/src/base/safetime/Makefile.am
+++ b/myserver/src/base/safetime/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libsafetime.la
+noinst_LTLIBRARIES = libsafetime.la
 libsafetime_la_SOURCES = safetime.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/slab/Makefile.am 
b/myserver/src/base/slab/Makefile.am
index ed2a9eb..423d7fa 100644
--- a/myserver/src/base/slab/Makefile.am
+++ b/myserver/src/base/slab/Makefile.am
@@ -15,6 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libslab.la
+noinst_LTLIBRARIES = libslab.la
 libslab_la_SOURCES = slab.cpp
 SUBDIRS =
diff --git a/myserver/src/base/socket/Makefile.am 
b/myserver/src/base/socket/Makefile.am
index 62ebef6..17d38a3 100644
--- a/myserver/src/base/socket/Makefile.am
+++ b/myserver/src/base/socket/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libsocket.la
+noinst_LTLIBRARIES = libsocket.la
 libsocket_la_SOURCES = socket.cpp ssl_socket.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/socket_pair/Makefile.am 
b/myserver/src/base/socket_pair/Makefile.am
index 6cd0721..4e1d9f1 100644
--- a/myserver/src/base/socket_pair/Makefile.am
+++ b/myserver/src/base/socket_pair/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libsocket_pair.la
+noinst_LTLIBRARIES = libsocket_pair.la
 libsocket_pair_la_SOURCES = socket_pair.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/ssl/Makefile.am 
b/myserver/src/base/ssl/Makefile.am
index 0625009..2e3a4c7 100644
--- a/myserver/src/base/ssl/Makefile.am
+++ b/myserver/src/base/ssl/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libssl.la
+noinst_LTLIBRARIES = libssl.la
 libssl_la_SOURCES = ssl.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/string/Makefile.am 
b/myserver/src/base/string/Makefile.am
index 91011c3..5a2037e 100644
--- a/myserver/src/base/string/Makefile.am
+++ b/myserver/src/base/string/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libstring.la
+noinst_LTLIBRARIES = libstring.la
 libstring_la_SOURCES = securestr.cpp stringutils.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/sync/Makefile.am 
b/myserver/src/base/sync/Makefile.am
index dd478d8..8686a13 100644
--- a/myserver/src/base/sync/Makefile.am
+++ b/myserver/src/base/sync/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libsync.la
+noinst_LTLIBRARIES = libsync.la
 libsync_la_SOURCES = event.cpp mutex.cpp read_write_lock.cpp 
recursive_mutex.cpp semaphore.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/thread/Makefile.am 
b/myserver/src/base/thread/Makefile.am
index 54e07ce..7848c60 100644
--- a/myserver/src/base/thread/Makefile.am
+++ b/myserver/src/base/thread/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libthread.la
+noinst_LTLIBRARIES = libthread.la
 libthread_la_SOURCES = thread.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/unix_socket/Makefile.am 
b/myserver/src/base/unix_socket/Makefile.am
index 9f82414..9b4504f 100644
--- a/myserver/src/base/unix_socket/Makefile.am
+++ b/myserver/src/base/unix_socket/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libunix_socket.la
+noinst_LTLIBRARIES = libunix_socket.la
 libunix_socket_la_SOURCES = unix_socket.cpp
 SUBDIRS =
 
diff --git a/myserver/src/base/xml/Makefile.am 
b/myserver/src/base/xml/Makefile.am
index a17f59f..faa1a9f 100644
--- a/myserver/src/base/xml/Makefile.am
+++ b/myserver/src/base/xml/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libxml.la
+noinst_LTLIBRARIES = libxml.la
 libxml_la_SOURCES = xml_parser.cpp
 SUBDIRS =
 
diff --git a/myserver/src/conf/Makefile.am b/myserver/src/conf/Makefile.am
index 2542f27..a271847 100644
--- a/myserver/src/conf/Makefile.am
+++ b/myserver/src/conf/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libconf.la
+noinst_LTLIBRARIES = libconf.la
 libconf_la_SOURCES = nodetree.cpp xml_conf.cpp
 SUBDIRS = main mime security vhost
 
diff --git a/myserver/src/conf/main/Makefile.am 
b/myserver/src/conf/main/Makefile.am
index 049c0fa..c0bbe60 100644
--- a/myserver/src/conf/main/Makefile.am
+++ b/myserver/src/conf/main/Makefile.am
@@ -15,6 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libmain.la
+noinst_LTLIBRARIES = libmain.la
 libmain_la_SOURCES = main_configuration.cpp xml_main_configuration.cpp
 SUBDIRS =
diff --git a/myserver/src/conf/mime/Makefile.am 
b/myserver/src/conf/mime/Makefile.am
index f58bfc6..faaba12 100644
--- a/myserver/src/conf/mime/Makefile.am
+++ b/myserver/src/conf/mime/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libmime.la
+noinst_LTLIBRARIES = libmime.la
 libmime_la_SOURCES = mime_manager.cpp xml_mime_handler.cpp
 SUBDIRS =
 
diff --git a/myserver/src/conf/security/Makefile.am 
b/myserver/src/conf/security/Makefile.am
index 1a1f74e..166d635 100644
--- a/myserver/src/conf/security/Makefile.am
+++ b/myserver/src/conf/security/Makefile.am
@@ -15,6 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libsecurity.la
+noinst_LTLIBRARIES = libsecurity.la
 libsecurity_la_SOURCES = auth_domain.cpp auth_method.cpp 
auth_method_factory.cpp security_cache.cpp security_domain.cpp 
security_manager.cpp security_token.cpp validator.cpp validator_factory.cpp 
xml_validator.cpp
 SUBDIRS =
diff --git a/myserver/src/conf/vhost/Makefile.am 
b/myserver/src/conf/vhost/Makefile.am
index 1c7a814..717b854 100644
--- a/myserver/src/conf/vhost/Makefile.am
+++ b/myserver/src/conf/vhost/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libvhost.la
+noinst_LTLIBRARIES = libvhost.la
 libvhost_la_SOURCES = vhost.cpp vhost_manager.cpp ip.cpp xml_vhost_handler.cpp
 SUBDIRS =
 
diff --git a/myserver/src/connection/Makefile.am 
b/myserver/src/connection/Makefile.am
index b87bbd1..0bb51d8 100644
--- a/myserver/src/connection/Makefile.am
+++ b/myserver/src/connection/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libconnection.la
+noinst_LTLIBRARIES = libconnection.la
 libconnection_la_SOURCES = connection.cpp
 SUBDIRS =
 
diff --git a/myserver/src/connections_scheduler/Makefile.am 
b/myserver/src/connections_scheduler/Makefile.am
index f26b3cd..47906b1 100644
--- a/myserver/src/connections_scheduler/Makefile.am
+++ b/myserver/src/connections_scheduler/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libconnections_scheduler.la
+noinst_LTLIBRARIES = libconnections_scheduler.la
 libconnections_scheduler_la_SOURCES = connections_scheduler.cpp 
listen_threads.cpp
 SUBDIRS =
 
diff --git a/myserver/src/filter/Makefile.am b/myserver/src/filter/Makefile.am
index fdbf318..8ed1586 100644
--- a/myserver/src/filter/Makefile.am
+++ b/myserver/src/filter/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libfilter.la
+noinst_LTLIBRARIES = libfilter.la
 libfilter_la_SOURCES = filter.cpp filters_chain.cpp filters_factory.cpp 
memory_stream.cpp stream.cpp \
                        console.cpp
 SUBDIRS = gzip
diff --git a/myserver/src/filter/gzip/Makefile.am 
b/myserver/src/filter/gzip/Makefile.am
index 084f748..1ef9cdc 100644
--- a/myserver/src/filter/gzip/Makefile.am
+++ b/myserver/src/filter/gzip/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libgzip.la
+noinst_LTLIBRARIES = libgzip.la
 libgzip_la_SOURCES = gzip.cpp gzip_decompress.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/Makefile.am 
b/myserver/src/http_handler/Makefile.am
index ee03223..ca52a4a 100644
--- a/myserver/src/http_handler/Makefile.am
+++ b/myserver/src/http_handler/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libhttp_handler.la
+noinst_LTLIBRARIES = libhttp_handler.la
 libhttp_handler_la_SOURCES =
 SUBDIRS = cgi fastcgi http_dir http_file isapi mscgi proxy scgi wincgi
 
diff --git a/myserver/src/http_handler/cgi/Makefile.am 
b/myserver/src/http_handler/cgi/Makefile.am
index a4741bd..b10d320 100644
--- a/myserver/src/http_handler/cgi/Makefile.am
+++ b/myserver/src/http_handler/cgi/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libcgi.la
+noinst_LTLIBRARIES = libcgi.la
 libcgi_la_SOURCES = cgi.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/fastcgi/Makefile.am 
b/myserver/src/http_handler/fastcgi/Makefile.am
index 68093ec..301c17b 100644
--- a/myserver/src/http_handler/fastcgi/Makefile.am
+++ b/myserver/src/http_handler/fastcgi/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libfastcgi.la
+noinst_LTLIBRARIES = libfastcgi.la
 libfastcgi_la_SOURCES = fastcgi.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/http_dir/Makefile.am 
b/myserver/src/http_handler/http_dir/Makefile.am
index 17bd8aa..45f4152 100644
--- a/myserver/src/http_handler/http_dir/Makefile.am
+++ b/myserver/src/http_handler/http_dir/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libhttp_dir.la
+noinst_LTLIBRARIES = libhttp_dir.la
 libhttp_dir_la_SOURCES = http_dir.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/http_file/Makefile.am 
b/myserver/src/http_handler/http_file/Makefile.am
index f5bf323..c2b5b08 100644
--- a/myserver/src/http_handler/http_file/Makefile.am
+++ b/myserver/src/http_handler/http_file/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libhttp_file.la
+noinst_LTLIBRARIES = libhttp_file.la
 libhttp_file_la_SOURCES = http_file.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/isapi/Makefile.am 
b/myserver/src/http_handler/isapi/Makefile.am
index 3e88018..86b0cc2 100644
--- a/myserver/src/http_handler/isapi/Makefile.am
+++ b/myserver/src/http_handler/isapi/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libisapi.la
+noinst_LTLIBRARIES = libisapi.la
 libisapi_la_SOURCES = isapi.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/mscgi/Makefile.am 
b/myserver/src/http_handler/mscgi/Makefile.am
index 50f1127..728f2b2 100644
--- a/myserver/src/http_handler/mscgi/Makefile.am
+++ b/myserver/src/http_handler/mscgi/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libmscgi.la
+noinst_LTLIBRARIES = libmscgi.la
 libmscgi_la_SOURCES = mscgi.cpp mscgi_manager.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/proxy/Makefile.am 
b/myserver/src/http_handler/proxy/Makefile.am
index 3752224..4b56977 100644
--- a/myserver/src/http_handler/proxy/Makefile.am
+++ b/myserver/src/http_handler/proxy/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libproxy.la
+noinst_LTLIBRARIES = libproxy.la
 libproxy_la_SOURCES = proxy.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/scgi/Makefile.am 
b/myserver/src/http_handler/scgi/Makefile.am
index d162ce1..62c582e 100644
--- a/myserver/src/http_handler/scgi/Makefile.am
+++ b/myserver/src/http_handler/scgi/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libscgi.la
+noinst_LTLIBRARIES = libscgi.la
 libscgi_la_SOURCES = scgi.cpp
 SUBDIRS =
 
diff --git a/myserver/src/http_handler/wincgi/Makefile.am 
b/myserver/src/http_handler/wincgi/Makefile.am
index 48d6aef..9d2bed4 100644
--- a/myserver/src/http_handler/wincgi/Makefile.am
+++ b/myserver/src/http_handler/wincgi/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libwincgi.la
+noinst_LTLIBRARIES = libwincgi.la
 libwincgi_la_SOURCES = wincgi.cpp
 SUBDIRS =
 
diff --git a/myserver/src/log/Makefile.am b/myserver/src/log/Makefile.am
index 4a81bda..c8524db 100644
--- a/myserver/src/log/Makefile.am
+++ b/myserver/src/log/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = liblog.la
+noinst_LTLIBRARIES = liblog.la
 liblog_la_SOURCES = log_manager.cpp
 SUBDIRS = stream
 
diff --git a/myserver/src/log/stream/Makefile.am 
b/myserver/src/log/stream/Makefile.am
index 29c3fcf..8d4170b 100644
--- a/myserver/src/log/stream/Makefile.am
+++ b/myserver/src/log/stream/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libstream.la
+noinst_LTLIBRARIES = libstream.la
 libstream_la_SOURCES = console_stream.cpp file_stream.cpp \
                log_stream.cpp log_stream_factory.cpp \
                log_stream_creator.cpp file_stream_creator.cpp \
diff --git a/myserver/src/plugin/Makefile.am b/myserver/src/plugin/Makefile.am
index 538f947..b74dce6 100644
--- a/myserver/src/plugin/Makefile.am
+++ b/myserver/src/plugin/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libplugin.la
+noinst_LTLIBRARIES = libplugin.la
 libplugin_la_SOURCES =  plugin.cpp plugin_info.cpp plugins_manager.cpp 
 
 install:
diff --git a/myserver/src/protocol/Makefile.am 
b/myserver/src/protocol/Makefile.am
index 4005e0a..01e106b 100644
--- a/myserver/src/protocol/Makefile.am
+++ b/myserver/src/protocol/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libprotocol.la
+noinst_LTLIBRARIES = libprotocol.la
 libprotocol_la_SOURCES = protocol_buffer.cpp protocol.cpp 
protocols_manager.cpp \
                        url.cpp
 SUBDIRS = control ftp gopher http https
diff --git a/myserver/src/protocol/control/Makefile.am 
b/myserver/src/protocol/control/Makefile.am
index 4f6ae33..87d023c 100644
--- a/myserver/src/protocol/control/Makefile.am
+++ b/myserver/src/protocol/control/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libcontrol.la
+noinst_LTLIBRARIES = libcontrol.la
 libcontrol_la_SOURCES = control_header.cpp control_protocol.cpp
 SUBDIRS =
 
diff --git a/myserver/src/protocol/ftp/Makefile.am 
b/myserver/src/protocol/ftp/Makefile.am
index 8b568da..42377a3 100644
--- a/myserver/src/protocol/ftp/Makefile.am
+++ b/myserver/src/protocol/ftp/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libftp.la
+noinst_LTLIBRARIES = libftp.la
 libftp_la_SOURCES = ftp.cpp ftp_lexer.cpp ftp_parser.cpp
 EXTRA_DIST = ftp_lexer.out.cpp  ftp_parser.ypp  ftp_lexer.lpp
 SUBDIRS =
diff --git a/myserver/src/protocol/gopher/Makefile.am 
b/myserver/src/protocol/gopher/Makefile.am
index 04d2fca..c1b8ccc 100644
--- a/myserver/src/protocol/gopher/Makefile.am
+++ b/myserver/src/protocol/gopher/Makefile.am
@@ -15,5 +15,5 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libgopher.la
+noinst_LTLIBRARIES = libgopher.la
 libgopher_la_SOURCES = gopher.cpp gopher_content.cpp engine.cpp
diff --git a/myserver/src/protocol/http/Makefile.am 
b/myserver/src/protocol/http/Makefile.am
index 5e97127..e5b7fe7 100644
--- a/myserver/src/protocol/http/Makefile.am
+++ b/myserver/src/protocol/http/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libhttp.la
+noinst_LTLIBRARIES = libhttp.la
 libhttp_la_SOURCES = http.cpp http_data_handler.cpp http_data_read.cpp \
                   http_errors.cpp  http_header.cpp http_headers.cpp \
                   http_request.cpp http_req_security_domain.cpp \
diff --git a/myserver/src/protocol/http/env/Makefile.am 
b/myserver/src/protocol/http/env/Makefile.am
index 9eeba01..99f2dfa 100644
--- a/myserver/src/protocol/http/env/Makefile.am
+++ b/myserver/src/protocol/http/env/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libenv.la
+noinst_LTLIBRARIES = libenv.la
 libenv_la_SOURCES = env.cpp
 SUBDIRS =
 
diff --git a/myserver/src/protocol/http/webdav/Makefile.am 
b/myserver/src/protocol/http/webdav/Makefile.am
index d845459..c7fe212 100644
--- a/myserver/src/protocol/http/webdav/Makefile.am
+++ b/myserver/src/protocol/http/webdav/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libwebdav.la
+noinst_LTLIBRARIES = libwebdav.la
 libwebdav_la_SOURCES = webdav.cpp
 SUBDIRS =
 AM_CPPFLAGS = $(all_includes)
diff --git a/myserver/src/protocol/https/Makefile.am 
b/myserver/src/protocol/https/Makefile.am
index bdcb0cf..5f91b39 100644
--- a/myserver/src/protocol/https/Makefile.am
+++ b/myserver/src/protocol/https/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libhttps.la
+noinst_LTLIBRARIES = libhttps.la
 libhttps_la_SOURCES = https.cpp
 SUBDIRS =
 
diff --git a/myserver/src/server/Makefile.am b/myserver/src/server/Makefile.am
index acc2f9d..13805e0 100644
--- a/myserver/src/server/Makefile.am
+++ b/myserver/src/server/Makefile.am
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
-lib_LTLIBRARIES = libserver.la
+noinst_LTLIBRARIES = libserver.la
 libserver_la_SOURCES = clients_thread.cpp server.cpp
 SUBDIRS =
 

-----------------------------------------------------------------------

Summary of changes:
 myserver/src/Makefile.am                        |  189 +++++++----------------
 myserver/src/base/Makefile.am                   |    2 +-
 myserver/src/base/base64/Makefile.am            |    2 +-
 myserver/src/base/bitvec/Makefile.am            |    2 +-
 myserver/src/base/crypt/Makefile.am             |    2 +-
 myserver/src/base/dynamic_lib/Makefile.am       |    2 +-
 myserver/src/base/exceptions/Makefile.am        |    2 +-
 myserver/src/base/file/Makefile.am              |    2 +-
 myserver/src/base/files_cache/Makefile.am       |    2 +-
 myserver/src/base/hash_map/Makefile.am          |    2 +-
 myserver/src/base/home_dir/Makefile.am          |    2 +-
 myserver/src/base/mem_buff/Makefile.am          |    2 +-
 myserver/src/base/multicast/Makefile.am         |    2 +-
 myserver/src/base/pipe/Makefile.am              |    2 +-
 myserver/src/base/process/Makefile.am           |    2 +-
 myserver/src/base/read_directory/Makefile.am    |    2 +-
 myserver/src/base/regex/Makefile.am             |    2 +-
 myserver/src/base/safetime/Makefile.am          |    2 +-
 myserver/src/base/slab/Makefile.am              |    2 +-
 myserver/src/base/socket/Makefile.am            |    2 +-
 myserver/src/base/socket_pair/Makefile.am       |    2 +-
 myserver/src/base/ssl/Makefile.am               |    2 +-
 myserver/src/base/string/Makefile.am            |    2 +-
 myserver/src/base/sync/Makefile.am              |    2 +-
 myserver/src/base/thread/Makefile.am            |    2 +-
 myserver/src/base/unix_socket/Makefile.am       |    2 +-
 myserver/src/base/xml/Makefile.am               |    2 +-
 myserver/src/conf/Makefile.am                   |    2 +-
 myserver/src/conf/main/Makefile.am              |    2 +-
 myserver/src/conf/mime/Makefile.am              |    2 +-
 myserver/src/conf/security/Makefile.am          |    2 +-
 myserver/src/conf/vhost/Makefile.am             |    2 +-
 myserver/src/connection/Makefile.am             |    2 +-
 myserver/src/connections_scheduler/Makefile.am  |    2 +-
 myserver/src/filter/Makefile.am                 |    2 +-
 myserver/src/filter/gzip/Makefile.am            |    2 +-
 myserver/src/http_handler/Makefile.am           |    2 +-
 myserver/src/http_handler/cgi/Makefile.am       |    2 +-
 myserver/src/http_handler/fastcgi/Makefile.am   |    2 +-
 myserver/src/http_handler/http_dir/Makefile.am  |    2 +-
 myserver/src/http_handler/http_file/Makefile.am |    2 +-
 myserver/src/http_handler/isapi/Makefile.am     |    2 +-
 myserver/src/http_handler/mscgi/Makefile.am     |    2 +-
 myserver/src/http_handler/proxy/Makefile.am     |    2 +-
 myserver/src/http_handler/scgi/Makefile.am      |    2 +-
 myserver/src/http_handler/wincgi/Makefile.am    |    2 +-
 myserver/src/log/Makefile.am                    |    2 +-
 myserver/src/log/stream/Makefile.am             |    2 +-
 myserver/src/plugin/Makefile.am                 |    2 +-
 myserver/src/protocol/Makefile.am               |    2 +-
 myserver/src/protocol/control/Makefile.am       |    2 +-
 myserver/src/protocol/ftp/Makefile.am           |    2 +-
 myserver/src/protocol/gopher/Makefile.am        |    2 +-
 myserver/src/protocol/http/Makefile.am          |    2 +-
 myserver/src/protocol/http/env/Makefile.am      |    2 +-
 myserver/src/protocol/http/webdav/Makefile.am   |    2 +-
 myserver/src/protocol/https/Makefile.am         |    2 +-
 myserver/src/server/Makefile.am                 |    2 +-
 58 files changed, 115 insertions(+), 188 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]