diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 22:01:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:56 +0100 |
commit | 8fcde01280adcbd07e8205b91ac52b06305b6208 (patch) | |
tree | a46fef820ed52d2f3f02652cbe09fa95721f46da /Makefile.am | |
parent | f3e2e81d5385b9ffd84ed110d00eb347ec0e14f1 (diff) |
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 810ced3326..6f819cb9f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -801,6 +801,8 @@ libbasic_la_SOURCES = \ src/basic/chattr-util.h \ src/basic/fs-util.c \ src/basic/fs-util.h \ + src/basic/stat-util.c \ + src/basic/stat-util.h \ src/basic/mount-util.c \ src/basic/mount-util.h \ src/basic/hexdecoct.c \ |