diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-23 22:07:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-23 22:07:24 +0100 |
commit | 9a98c7a156709ae16f7e043f866ecb452ce906f8 (patch) | |
tree | e716f4a744c102dd270f0db599353061ce013f4b /Makefile.am | |
parent | aaa870928ffe140783aff0724d4927cea8da56ae (diff) |
util: split off time related calls from util.[ch] into time-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 51bd7c7dec..25f8231b50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -787,6 +787,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/virt.h \ src/shared/path-util.c \ src/shared/path-util.h \ + src/shared/time-util.c \ + src/shared/time-util.h \ src/shared/hashmap.c \ src/shared/hashmap.h \ src/shared/set.c \ |