logging: implement FATAL and DFATAL log levels
[folly.git] / folly / configure.ac
index ebcabe0ef6e0fcc04e499db1e06d391d8791dcb0..2d5ca29c1e76cf9cef29ceaa001635a14eb5d2c2 100644 (file)
@@ -607,8 +607,11 @@ AC_CONFIG_FILES([Makefile
                  test/function_benchmark/Makefile
                  experimental/Makefile
                  experimental/io/test/Makefile
+                 experimental/logging/Makefile
+                 experimental/logging/example/Makefile
                  experimental/symbolizer/Makefile
-                 init/Makefile])
+                 init/Makefile
+                 stats/test/Makefile])
 
 AM_COND_IF([EXCEPTION_TRACER],
            [AC_CONFIG_FILES([experimental/exception_tracer/Makefile])])