logging: add a FileHandlerFactory class
[folly.git] / folly / experimental / logging / example / Makefile.am
1 noinst_PROGRAMS = logging_example
2 noinst_LTLIBRARIES = libfollylogging_example.la
3
4 logging_example_SOURCES = main.cpp
5 logging_example_LDADD = libfollylogging_example.la
6
7 libfollylogging_example_la_SOURCES = lib.cpp
8 libfollylogging_example_la_LIBADD = \
9         $(top_builddir)/experimental/logging/libfollylogging.la