diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-14 19:21:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-14 19:21:57 -0400 |
commit | 9b8066c9e3a8de098ab93d9cec0a814cc99e4d66 (patch) | |
tree | 0179aa11e448aa434bbb0436807c94c3a0929544 /src/shared/Makefile.am | |
parent | 47fefe304092f07bf89c1fc3d0614da5b0dbee3d (diff) |
shared: add random-util.[ch]
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/Makefile.am')
-rw-r--r-- | src/shared/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am index 9f2df41e70..b0b4f59a6c 100644 --- a/src/shared/Makefile.am +++ b/src/shared/Makefile.am @@ -20,6 +20,7 @@ libudev_shared_la_SOURCES=\ MurmurHash2.c \ path-util.c \ process-util.c \ + random-util.c \ selinux-util.c \ siphash24.c \ smack-util.c \ @@ -53,6 +54,7 @@ noinst_HEADERS = \ MurmurHash2.h \ path-util.h \ process-util.h \ + random-util.h \ selinux-util.h \ set.h \ siphash24.h \ |