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
Sebastian Schrader
Kea
Commits
26080835
Commit
26080835
authored
Feb 24, 2017
by
Tomek Mrugalski
🛰
Browse files
[5107] Makefile.am corrected
parent
b21fcdaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/agent/Makefile.am
View file @
26080835
...
...
@@ -42,8 +42,8 @@ BUILT_SOURCES = ctrl_agent_messages.h ctrl_agent_messages.cc
noinst_LTLIBRARIES
=
libagent.la
libagent_la_SOURCES
=
agent_
lex
er.
ll
libagent_la_SOURCES
+=
agent_
pars
er.cc
agent_parser.h
libagent_la_SOURCES
=
agent_
parser.cc agent_pars
er.
h
libagent_la_SOURCES
+=
agent_
lex
er.cc
libagent_la_SOURCES
+=
ctrl_agent_cfg_mgr.cc ctrl_agent_cfg_mgr.h
libagent_la_SOURCES
+=
ctrl_agent_controller.cc ctrl_agent_controller.h
libagent_la_SOURCES
+=
ctrl_agent_command_mgr.cc ctrl_agent_command_mgr.h
...
...
@@ -55,6 +55,8 @@ libagent_la_SOURCES += parser_context.cc parser_context.h parser_context_decl.h
nodist_libagent_la_SOURCES
=
ctrl_agent_messages.h ctrl_agent_messages.cc
EXTRA_DIST
+=
ctrl_agent_messages.mes
EXTRA_DIST
+=
agent_lexer.ll
EXTRA_DIST
+=
agent_parser.yy
sbin_PROGRAMS
=
kea-ctrl-agent
...
...
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