BIND 10 trac899, updated. ee0e702fa85ebecb95ac89aeba5959b111ba5d57 [trac899] Changes in Makefile to remove redundant files

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 20 13:11:11 UTC 2011


The branch, trac899 has been updated
       via  ee0e702fa85ebecb95ac89aeba5959b111ba5d57 (commit)
      from  0dcde0e52b99cade8f584751b2d2756c20e78625 (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 ee0e702fa85ebecb95ac89aeba5959b111ba5d57
Author: Stephen Morris <stephen at isc.org>
Date:   Fri May 20 14:10:51 2011 +0100

    [trac899] Changes in Makefile to remove redundant files

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

Summary of changes:
 src/lib/log/Makefile.am |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/Makefile.am b/src/lib/log/Makefile.am
index 69a4770..cb7d273 100644
--- a/src/lib/log/Makefile.am
+++ b/src/lib/log/Makefile.am
@@ -6,13 +6,13 @@ AM_CPPFLAGS += $(BOOST_INCLUDES) $(LOG4CPLUS_INCLUDES)
 CLEANFILES = *.gcno *.gcda
 
 lib_LTLIBRARIES = liblog.la
-liblog_la_SOURCES  = b.cc
-liblog_la_SOURCES += logger_level.h
+liblog_la_SOURCES  =
 liblog_la_SOURCES += dummylog.h dummylog.cc
 liblog_la_SOURCES += log_formatter.h log_formatter.cc
 liblog_la_SOURCES += logger.cc logger.h
 liblog_la_SOURCES += logger_impl.cc logger_impl.h
 liblog_la_SOURCES += logger_level.h
+liblog_la_SOURCES += logger_level.h
 liblog_la_SOURCES += logger_level_impl.cc logger_level_impl.h
 liblog_la_SOURCES += logger_support.cc logger_support.h
 liblog_la_SOURCES += macros.h
@@ -26,8 +26,6 @@ liblog_la_SOURCES += root_logger_name.cc root_logger_name.h
 
 EXTRA_DIST  = README
 EXTRA_DIST += messagedef.mes
-EXTRA_DIST += logger_impl_log4cxx.cc logger_impl_log4cxx.h
-EXTRA_DIST += logger_impl_simple.cc logger_impl_simple.h
 
 # Note: the ordering matters: -Wno-... must follow -Wextra (defined in
 # B10_CXXFLAGS)




More information about the bind10-changes mailing list