Fix SignalHandlerTest with ASAN
[folly.git] / folly / experimental / logging / Makefile.am
index 69adaf92809f2f4e87ae58971c92662975abae77..e22576faddd128419ab64e2d4162f6ff49151827 100644 (file)
@@ -1,20 +1,31 @@
-SUBDIRS = .
+SUBDIRS = . example
 
 lib_LTLIBRARIES = libfollylogging.la
 
 libfollylogging_la_SOURCES = \
        AsyncFileWriter.cpp \
+       FileHandlerFactory.cpp \
+       FileWriterFactory.cpp \
+       GlogStyleFormatter.cpp \
        ImmediateFileWriter.cpp \
+       Init.cpp \
        LogCategory.cpp \
+       LogCategoryConfig.cpp \
+       LogConfig.cpp \
+       LogConfigParser.cpp \
        Logger.cpp \
        LoggerDB.cpp \
+       LogHandlerConfig.cpp \
        LogLevel.cpp \
        LogMessage.cpp \
        LogName.cpp \
        LogStream.cpp \
        LogStreamProcessor.cpp \
+       printf.cpp \
        RateLimiter.cpp \
        StandardLogHandler.cpp \
+       StandardLogHandlerFactory.cpp \
+       StreamHandlerFactory.cpp \
        xlog.cpp
 
 libfollylogging_la_LIBADD = $(top_builddir)/libfolly.la