Browse Source

[master] Added the .hh bison headers as libagent_la_SOURCES

Francis Dupont 8 years ago
parent
commit
74eeb5e804
2 changed files with 1 additions and 2 deletions
  1. 1 1
      src/bin/agent/Makefile.am
  2. 0 1
      src/bin/d2/Makefile.am

+ 1 - 1
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

+ 0 - 1
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
-