Skip to content
Snippets Groups Projects
Commit 989e1917 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: add boost includes for macroprocessor

parent 3023aa2c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ libmacro_a_SOURCES = \ ...@@ -14,7 +14,7 @@ libmacro_a_SOURCES = \
EXTRA_DIST = $(BUILT_SOURCES) EXTRA_DIST = $(BUILT_SOURCES)
# The -I.. is for <FlexLexer.h> # The -I.. is for <FlexLexer.h>
libmacro_a_CPPFLAGS = -I.. libmacro_a_CPPFLAGS = $(BOOST_CPPFLAGS) -I..
MacroFlex.cc: MacroFlex.ll MacroFlex.cc: MacroFlex.ll
$(LEX) -oMacroFlex.cc MacroFlex.ll $(LEX) -oMacroFlex.cc MacroFlex.ll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment