Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ee0e702f
Commit
ee0e702f
authored
May 20, 2011
by
Stephen Morris
Browse files
[trac899] Changes in Makefile to remove redundant files
parent
0dcde0e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/log/Makefile.am
View file @
ee0e702f
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment