diff options
author | Scott James Remnant <scott@ubuntu.com> | 2009-02-11 17:38:56 +0000 |
---|---|---|
committer | Scott James Remnant <scott@ubuntu.com> | 2009-02-11 17:38:56 +0000 |
commit | bd284db142c1d3fb6e2a709678c8828c12c52466 (patch) | |
tree | 955c71b48e38c2bcc99a8a422b0b7c8548ea9501 /udev/Makefile.am | |
parent | 10b2d011e70ddf9361c61f6147dc88f670d28abd (diff) |
udevd: optionally watch device nodes with inotify
This allows you to re-process the rules if the content of the device
has been changed, most useful for block subsystem to cause vol_id to
be run again.
Diffstat (limited to 'udev/Makefile.am')
-rw-r--r-- | udev/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/udev/Makefile.am b/udev/Makefile.am index 2d185f477d..fa8279dd61 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am @@ -16,6 +16,7 @@ common_files = \ udev.h \ udev-sysdeps.h \ udev-event.c \ + udev-watch.c \ udev-node.c \ udev-rules.c \ udev-util.c \ |