Skip to content

Commit

Permalink
THRIFT-1681: Add Lua Support Patch: Dave Watson
Browse files Browse the repository at this point in the history
Github Pull Request: This closes apache#92
  • Loading branch information
bufferoverflow committed Apr 4, 2014
1 parent bdbf428 commit 6cf0ffc
Show file tree
Hide file tree
Showing 24 changed files with 4,258 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/cpp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ thrift_SOURCES += src/generate/t_c_glib_generator.cc \
src/generate/t_delphi_generator.cc \
src/generate/t_go_generator.cc \
src/generate/t_gv_generator.cc \
src/generate/t_d_generator.cc
src/generate/t_d_generator.cc \
src/generate/t_lua_generator.cc

thrift_CPPFLAGS = -I$(srcdir)/src
thrift_CXXFLAGS = -Wall
Expand Down
Loading

0 comments on commit 6cf0ffc

Please sign in to comment.