common: Implement Time::fmt_date().
[gps-watch.git] / SConscript.libcommon
index 061400f1bc86255ae75eb3a87c59c48ae6ddf736..a7c5aff85e7814295b8f5da3eb3c8d9077782860 100644 (file)
@@ -22,7 +22,9 @@ source_files_rs = [
     'src/common/gps.rs',
     'src/common/fmt.rs',
     'src/common/time.rs',
+    'src/common/storage.rs',
     'src/common/mx25l.rs',
+    'src/common/shell.rs',
 ]
 
 source_files_c = [