diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 23:20:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:56 +0100 |
commit | affb60b1ef0cb48388d23360c6f3b043c50f6b8c (patch) | |
tree | a2fd6419b97665e6b4705fa6192a55bea54b67e9 /Makefile.am | |
parent | 8752c5752f3b9023f9ce96a55d70c6e5fc31118f (diff) |
util-lib: split out umask-related code to umask-util.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 56715f6351..dada6cd85f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -821,6 +821,7 @@ libbasic_la_SOURCES = \ src/basic/time-util.h \ src/basic/locale-util.c \ src/basic/locale-util.h \ + src/basic/umask-util.h \ src/basic/signal-util.c \ src/basic/signal-util.h \ src/basic/string-table.c \ |