From a8ab8e552d1d411183481d3d493daa56f32607c4 Mon Sep 17 00:00:00 2001 From: Chris Larsen Date: Sat, 4 Apr 2015 15:59:06 -0700 Subject: [PATCH] Add the missing FileSystem.java utility class to the make file --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0b87f6558e..9cbde8a8bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,7 @@ tsdb_SRC := \ src/utils/ByteArrayPair.java \ src/utils/Config.java \ src/utils/DateTime.java \ + src/utils/FileSystem.java \ src/utils/JSON.java \ src/utils/JSONException.java \ src/utils/Pair.java \