diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 22:27:10 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-11 00:11:13 +0200 |
commit | 3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (patch) | |
tree | 630cb996d0cf23429633e4900826aac56d9271ad /Makefile.am | |
parent | 0b452006de98294d1690f045f6ea2f7f6630ec3b (diff) |
shared: add random-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 ceb1d7d565..f348ef90f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -901,6 +901,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/memfd-util.h \ src/shared/process-util.c \ src/shared/process-util.h \ + src/shared/random-util.c \ + src/shared/random-util.h \ src/shared/uid-range.c \ src/shared/uid-range.h \ src/shared/nss-util.h \ |