From: Francis Dupont Date: Sat, 25 Feb 2017 10:29:42 +0000 (+0100) Subject: [master] Added the .hh bison headers as libagent_la_SOURCES X-Git-Tag: trac5137_base~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74eeb5e804631ddd34bf1cc7affb46420aeb93f0;p=thirdparty%2Fkea.git [master] Added the .hh bison headers as libagent_la_SOURCES --- diff --git a/src/bin/agent/Makefile.am b/src/bin/agent/Makefile.am index f5f11e194e..e8d13d793b 100644 --- a/src/bin/agent/Makefile.am +++ b/src/bin/agent/Makefile.am @@ -48,7 +48,7 @@ libagent_la_SOURCES += ctrl_agent_log.cc ctrl_agent_log.h libagent_la_SOURCES += ctrl_agent_process.cc ctrl_agent_process.h libagent_la_SOURCES += agent_parser.cc agent_parser.h libagent_la_SOURCES += parser_context.cc parser_context.h parser_context_decl.h -libagent_la_SOURCES += agent_lexer.ll +libagent_la_SOURCES += agent_lexer.ll location.hh position.hh stack.hh nodist_libagent_la_SOURCES = ctrl_agent_messages.h ctrl_agent_messages.cc EXTRA_DIST += ctrl_agent_messages.mes diff --git a/src/bin/d2/Makefile.am b/src/bin/d2/Makefile.am index 86f07df2c6..8dc0cfe86f 100644 --- a/src/bin/d2/Makefile.am +++ b/src/bin/d2/Makefile.am @@ -146,4 +146,3 @@ parser location.hh position.hh stack.hh d2_parser.cc d2_parser.h d2_lexer.cc: @echo Parser generation disabled. Configure with --enable-generate-parser to enable it. endif -