gorealis v2 refactor (#5)
* Changing default timeout for start maintenance. * Upgrading dependencies to gorealis v2 and thrift 0.12.0 * Refactored to update to gorealis v2.
This commit is contained in:
parent
ad4dd9606e
commit
6ab5c9334d
1335 changed files with 137431 additions and 61530 deletions
4
vendor/git.apache.org/thrift.git/test/c_glib/Makefile.am
generated
vendored
4
vendor/git.apache.org/thrift.git/test/c_glib/Makefile.am
generated
vendored
|
@ -45,6 +45,8 @@ test_client_LDADD = \
|
|||
test_server_SOURCES = \
|
||||
src/thrift_test_handler.c \
|
||||
src/thrift_test_handler.h \
|
||||
src/thrift_second_service_handler.c \
|
||||
src/thrift_second_service_handler.h \
|
||||
src/test_server.c
|
||||
|
||||
test_server_LDADD = \
|
||||
|
@ -54,8 +56,6 @@ test_server_LDADD = \
|
|||
#
|
||||
# Common thrift code generation rules
|
||||
#
|
||||
THRIFT = $(top_builddir)/compiler/cpp/thrift
|
||||
|
||||
gen-c_glib/t_test_second_service.c gen-c_glib/t_test_second_service.h gen-c_glib/t_test_thrift_test.c gen-c_glib/t_test_thrift_test.h gen-c_glib/t_test_thrift_test_types.c gen-c_glib/t_test_thrift_test_types.h: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT)
|
||||
$(THRIFT) --gen c_glib -r $<
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue