commit | 3f0d4447919a7b358e60b09ab919bbe52758cc98 | [log] [tgz] |
---|---|---|
author | Mustafa Senol Cosar <mustafa@unscrambl.com> | Fri Mar 01 18:57:09 2019 +0300 |
committer | James E. King III <jking@apache.org> | Fri Jun 21 06:38:32 2019 -0400 |
tree | e2f4f5219346452ebe3866ec3a8e671c4d48172a | |
parent | 96c6113dda9869b7e2d4318bc0bce4f12f3ca3d2 [diff] [blame] |
Implement episodic compilation for js code generation
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index 16d4d3a..9a3aeda 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am
@@ -65,7 +65,7 @@ src/thrift/parse/t_type.h \ src/thrift/parse/t_typedef.cc \ src/thrift/parse/t_typedef.h \ - src/thrift/platform.h + src/thrift/platform.h # Specific client generator source thrift_SOURCES += src/thrift/generate/t_as3_generator.cc \