diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-14 18:42:09 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-14 18:42:09 -0400 |
commit | 47fefe304092f07bf89c1fc3d0614da5b0dbee3d (patch) | |
tree | c6f1ff243a1e7dc3fcdabf8c3d8e29b15e477822 /src/shared/Makefile.am | |
parent | 4b725bd2d38cbad1c490d22823f73c73ef3fc9df (diff) |
shared: add process-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 ac40f48c07..9f2df41e70 100644 --- a/src/shared/Makefile.am +++ b/src/shared/Makefile.am @@ -19,6 +19,7 @@ libudev_shared_la_SOURCES=\ mkdir-label.c \ MurmurHash2.c \ path-util.c \ + process-util.c \ selinux-util.c \ siphash24.c \ smack-util.c \ @@ -51,6 +52,7 @@ noinst_HEADERS = \ mkdir.h \ MurmurHash2.h \ path-util.h \ + process-util.h \ selinux-util.h \ set.h \ siphash24.h \ |