|
@@ -8,7 +8,7 @@ CLEANFILES = *.gcno *.gcda
|
|
|
lib_LTLIBRARIES = liblog.la
|
|
|
liblog_la_SOURCES =
|
|
|
liblog_la_SOURCES += dummylog.h dummylog.cc
|
|
|
-liblog_la_SOURCES += impldef.cc impldef.h
|
|
|
+liblog_la_SOURCES += logimpl_messages.cc logimpl_messages.h
|
|
|
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
|
|
@@ -21,7 +21,7 @@ liblog_la_SOURCES += logger_name.cc logger_name.h
|
|
|
liblog_la_SOURCES += logger_specification.h
|
|
|
liblog_la_SOURCES += logger_support.cc logger_support.h
|
|
|
liblog_la_SOURCES += macros.h
|
|
|
-liblog_la_SOURCES += messagedef.cc messagedef.h
|
|
|
+liblog_la_SOURCES += log_messages.cc log_messages.h
|
|
|
liblog_la_SOURCES += message_dictionary.cc message_dictionary.h
|
|
|
liblog_la_SOURCES += message_exception.h
|
|
|
liblog_la_SOURCES += message_initializer.cc message_initializer.h
|
|
@@ -30,8 +30,8 @@ liblog_la_SOURCES += message_types.h
|
|
|
liblog_la_SOURCES += output_option.cc output_option.h
|
|
|
|
|
|
EXTRA_DIST = README
|
|
|
-EXTRA_DIST += impldef.mes
|
|
|
-EXTRA_DIST += messagedef.mes
|
|
|
+EXTRA_DIST += logimpl_messages.mes
|
|
|
+EXTRA_DIST += log_messages.mes
|
|
|
|
|
|
# Note: the ordering matters: -Wno-... must follow -Wextra (defined in
|
|
|
# B10_CXXFLAGS)
|