diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-31 22:31:05 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-31 23:30:42 +0100 |
commit | 4610db9f1b77f8c263b348fda1974be165a7f841 (patch) | |
tree | da9ce44907698a671103291a51a89eaa6a2c47a8 /daemon/Makefile.am | |
parent | 804330120dcbedc754174fdfdf13cf7577a7eba9 (diff) | |
download | libguestfs-4610db9f1b77f8c263b348fda1974be165a7f841.tar.gz libguestfs-4610db9f1b77f8c263b348fda1974be165a7f841.tar.xz libguestfs-4610db9f1b77f8c263b348fda1974be165a7f841.zip |
Add interface to Linux 'inotify' API.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 6da485bc..024c0970 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -46,6 +46,7 @@ guestfsd_SOURCES = \ headtail.c \ hexdump.c \ initrd.c \ + inotify.c \ link.c \ ls.c \ lvm.c \ |