Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjenroodselaar/417afb03485b6432f4ee to your computer and use it in GitHub Desktop.
Save arjenroodselaar/417afb03485b6432f4ee to your computer and use it in GitHub Desktop.
Add TEventServerCreator to fbthrift Makefile
diff --git a/thrift/lib/cpp/Makefile.am b/thrift/lib/cpp/Makefile.am
index 9b727fa..47fbd33 100644
--- a/thrift/lib/cpp/Makefile.am
+++ b/thrift/lib/cpp/Makefile.am
@@ -82,7 +82,8 @@ libthrift_la_SOURCES = EventHandlerBase.cpp \
util/FdUtils.cpp \
util/THttpParser.cpp \
util/SocketRetriever.cpp \
- util/VarintUtils.cpp
+ util/VarintUtils.cpp \
+ util/TEventServerCreator.cpp
libthrift_la_SOURCES += concurrency/Mutex.cpp \
concurrency/Monitor.cpp \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment