From 9b8066c9e3a8de098ab93d9cec0a814cc99e4d66 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Tue, 14 Apr 2015 19:21:57 -0400 Subject: shared: add random-util.[ch] Signed-off-by: Anthony G. Basile --- src/shared/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf