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
f9070aee
Commit
f9070aee
authored
Jun 24, 2011
by
Stephen Morris
Browse files
[trac1036] Rename message file to config_messages.mes
parent
fef88019
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/lib/config/Makefile.am
View file @
f9070aee
...
@@ -6,10 +6,10 @@ AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
...
@@ -6,10 +6,10 @@ AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
AM_CPPFLAGS
+=
$(BOOST_INCLUDES)
AM_CPPFLAGS
+=
$(BOOST_INCLUDES)
# Define rule to build logging source files from message file
# Define rule to build logging source files from message file
config
def.h configdef
.cc
:
config
def
.mes
config
_messages.h config_messages
.cc
:
config
_messages
.mes
$(top_builddir)
/src/lib/log/compiler/message
$(top_srcdir)
/src/lib/config/config
def
.mes
$(top_builddir)
/src/lib/log/compiler/message
$(top_srcdir)
/src/lib/config/config
_messages
.mes
BUILT_SOURCES
=
config
def.h configdef
.cc
BUILT_SOURCES
=
config
_messages.h config_messages
.cc
lib_LTLIBRARIES
=
libcfgclient.la
lib_LTLIBRARIES
=
libcfgclient.la
libcfgclient_la_SOURCES
=
config_data.h config_data.cc
libcfgclient_la_SOURCES
=
config_data.h config_data.cc
...
@@ -17,9 +17,9 @@ libcfgclient_la_SOURCES += module_spec.h module_spec.cc
...
@@ -17,9 +17,9 @@ libcfgclient_la_SOURCES += module_spec.h module_spec.cc
libcfgclient_la_SOURCES
+=
ccsession.cc ccsession.h
libcfgclient_la_SOURCES
+=
ccsession.cc ccsession.h
libcfgclient_la_SOURCES
+=
config_log.h config_log.cc
libcfgclient_la_SOURCES
+=
config_log.h config_log.cc
nodist_libcfgclient_la_SOURCES
=
config
def.h configdef
.cc
nodist_libcfgclient_la_SOURCES
=
config
_messages.h config_messages
.cc
# The message file should be in the distribution.
# The message file should be in the distribution.
EXTRA_DIST
=
config
def
.mes
EXTRA_DIST
=
config
_messages
.mes
CLEANFILES
=
*
.gcno
*
.gcda config
def.h configdef
.cc
CLEANFILES
=
*
.gcno
*
.gcda config
_messages.h config_messages
.cc
src/lib/config/config_log.h
View file @
f9070aee
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#define __CONFIG_LOG__H
#define __CONFIG_LOG__H
#include <log/macros.h>
#include <log/macros.h>
#include "config
def
.h"
#include "config
_messages
.h"
namespace
isc
{
namespace
isc
{
namespace
config
{
namespace
config
{
...
...
src/lib/config/config
def
.mes
→
src/lib/config/config
_messages
.mes
View file @
f9070aee
File moved
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