this should fix #28

This commit is contained in:
Niels 2015-01-13 19:07:53 +01:00
parent d47b0e749b
commit 19043d2003
4 changed files with 197 additions and 35 deletions

View file

@ -34,6 +34,8 @@ parser:
make CXXFLAGS="" json_parser
header_only/json.h: $(CORE_SOURCES)
cat $(CORE_SOURCES) | $(SED) 's/#include "json.h"//' > header_only/json.h
$(AM_V_GEN)
$(AM_V_at)mkdir -p header_only
$(AM_V_at)cat $(CORE_SOURCES) | $(SED) 's/#include "json.h"//' > header_only/json.h
BUILT_SOURCES = header_only/json.h