mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
cpp: fix automake dependencies
This commit is contained in:
parent
b5fd81658a
commit
6f28c04560
@ -25,7 +25,7 @@
|
||||
#include "thrift/transport/TBufferTransports.h"
|
||||
#include "thrift/protocol/TBinaryProtocol.h"
|
||||
#include "gen-cpp/DebugProtoTest_types.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
@ -265,7 +265,7 @@ gen-cpp/Service.cpp gen-cpp/StressTest_types.cpp: $(top_srcdir)/test/StressTest.
|
||||
gen-cpp/SecondService.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_types.h: $(top_srcdir)/test/ThriftTest.thrift
|
||||
$(THRIFT) --gen cpp:dense $<
|
||||
|
||||
gen-cpp/ChildService.cpp gen-cpp/ParentService.cpp gen-cpp/proc_types.cpp: processor/proc.thrift
|
||||
gen-cpp/ChildService.cpp gen-cpp/ChildService.h gen-cpp/ParentService.cpp gen-cpp/ParentService.h gen-cpp/proc_types.cpp gen-cpp/proc_types.h: processor/proc.thrift
|
||||
$(THRIFT) --gen cpp:templates,cob_style $<
|
||||
|
||||
AM_CPPFLAGS = $(BOOST_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src
|
||||
|
Loading…
Reference in New Issue
Block a user