The TCompactProtocol revision added a "set<Empty>" in DebugProtoTest.
C++ needs a comparator in order to link this.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@743111
13f79535-47bb-0310-9956-
ffa450edef68
--- /dev/null
+// Extra functions required for DebugProtoTest_types to work
+
+#include "gen-cpp/DebugProtoTest_types.h"
+
+
+namespace thrift { namespace test { namespace debug {
+
+bool Empty::operator<(Empty const& other) const {
+ // It is empty, so all are equal.
+ return false;
+}
+
+}}}
gen-cpp/ThriftTest_constants.cpp \
gen-cpp/ThriftTest.cpp \
gen-cpp/ThriftTest_types.cpp \
- ThriftTest_extras.cpp
+ ThriftTest_extras.cpp \
+ DebugProtoTest_extras.cpp
libtestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la