Commit 130943d8 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Fix the autotools build

Summary:
It was missing things.

Closes https://github.com/facebook/folly/issues/925

Reviewed By: yfeldblum

Differential Revision: D9631683

fbshipit-source-id: 3ea572ecf5b4d640b6cd2f376cd4c6916e43ed1d
parent 31ac3787
......@@ -334,6 +334,7 @@ nobase_follyinclude_HEADERS = \
LockTraits.h \
LockTraitsBoost.h \
logging/AsyncFileWriter.h \
logging/CustomLogFormatter.h \
logging/FileHandlerFactory.h \
logging/FileWriterFactory.h \
logging/GlogStyleFormatter.h \
......@@ -628,6 +629,7 @@ libfolly_la_SOURCES = \
lang/ColdClass.cpp \
lang/SafeAssert.cpp \
logging/AsyncFileWriter.cpp \
logging/CustomLogFormatter.cpp \
logging/FileHandlerFactory.cpp \
logging/FileWriterFactory.cpp \
logging/GlogStyleFormatter.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment