logging: add LogFormatter and LogWriter interfaces
[folly.git] / folly / experimental / logging / Makefile.am
1 SUBDIRS = .
2
3 lib_LTLIBRARIES = libfollylogging.la
4
5 libfollylogging_la_SOURCES = \
6         LogCategory.cpp \
7         Logger.cpp \
8         LoggerDB.cpp \
9         LogLevel.cpp \
10         LogMessage.cpp \
11         LogName.cpp \
12         LogStream.cpp \
13         LogStreamProcessor.cpp \
14         StandardLogHandler.cpp \
15         xlog.cpp
16
17 libfollylogging_la_LIBADD = $(top_builddir)/libfolly.la
18 libfollylogging_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION)