common: Implement Time::fmt_date().
[gps-watch.git] / SConscript.libcommon
index 0ca199e275d42584ec584c94137fd012f06f6dbf..a7c5aff85e7814295b8f5da3eb3c8d9077782860 100644 (file)
@@ -22,6 +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 = [