Fix SignalHandlerTest with ASAN
[folly.git] / folly / experimental / logging / Makefile.am
index 4d85e7950120a868b87784c0735fa5246d4cab2c..e22576faddd128419ab64e2d4162f6ff49151827 100644 (file)
@@ -1,17 +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 \
-       LogHandler.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