Explicitly refer to the std::chrono namespace to avoid conflicts with the folly:...
[folly.git] / folly / init / Makefile.am
1 SUBDIRS = .
2
3 lib_LTLIBRARIES = libfollyinit.la
4
5 libfollyinit_la_SOURCES = Init.cpp
6 libfollyinit_la_LIBADD = $(top_builddir)/libfolly.la
7 libfollyinit_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION)