]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added the .hh bison headers as libagent_la_SOURCES
authorFrancis Dupont <fdupont@isc.org>
Sat, 25 Feb 2017 10:29:42 +0000 (11:29 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 25 Feb 2017 10:29:42 +0000 (11:29 +0100)
src/bin/agent/Makefile.am
src/bin/d2/Makefile.am

index f5f11e194e8c2cb07923d8b74c903a7c5a312986..e8d13d793ba583769f003bf1d9db898e7ac16ba1 100644 (file)
@@ -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
index 86f07df2c6a3f10cfa2f576d2f221d6a3174d974..8dc0cfe86fe08a6715701764747272e37c5bd10a 100644 (file)
@@ -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
-