diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-02-10 21:44:14 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-02-10 21:52:09 +0100 |
commit | 13a0c1b05a4b175f13decf3b15567dc71ea043ac (patch) | |
tree | e7d551fd43f69d828c58eb2b9e6d74254bafff10 /lib/common/Makemodule.am | |
parent | 060970feee2beea37e837e0a2d557e878e5f8290 (diff) |
Cleanup statistics print out
- Give a rounded input/output byte count.
- Seperate groups by new lines.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/common/Makemodule.am')
-rw-r--r-- | lib/common/Makemodule.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/Makemodule.am b/lib/common/Makemodule.am index ac1a4e9..c59ab4c 100644 --- a/lib/common/Makemodule.am +++ b/lib/common/Makemodule.am @@ -6,6 +6,7 @@ libcommon_a_SOURCES += lib/common/data_writer.c include/common.h libcommon_a_SOURCES += lib/common/get_path.c lib/common/io_stdin.c libcommon_a_SOURCES += lib/common/writer.c lib/common/perror.c libcommon_a_SOURCES += lib/common/mkdir_p.c lib/common/parse_size.c +libcommon_a_SOURCES += lib/common/print_size.c libcommon_a_CFLAGS = $(AM_CFLAGS) $(LZO_CFLAGS) if WITH_LZO |