diff options
author | Tom Gundersen <teg@jklm.no> | 2014-01-09 20:27:42 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-09 20:27:42 -0500 |
commit | bf8193ca9ec1f360e020d77200ead2257db0c5e2 (patch) | |
tree | ab4241e8e837f8851271d322a7f5cd259cf68d14 /src/udev/Makefile.am | |
parent | dfc40b59c95f4bc1773c4f03c72e0da18147e11c (diff) |
udev: move udev_rules_check_timestamp to shared
I want to use this from a bulitin in a subsequent patch.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/Makefile.am')
-rw-r--r-- | src/udev/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index d395620abb..bf23ea63d4 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -58,6 +58,7 @@ libudev_core_la_SOURCES = \ dev-setup.c \ label.c \ mkdir.c \ + path-util.c \ smack-util.c if ENABLE_FIRMWARE @@ -69,6 +70,7 @@ noinst_HEADERS = \ dev-setup.h \ label.h \ mkdir.h \ + path-util.h \ smack-util.h include_HEADERS = \ |