diff options
author | Matthew Booth <mbooth@redhat.com> | 2009-09-11 14:27:54 +0100 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2009-09-14 10:13:03 +0100 |
commit | 13432f02ca29eecaa61c8d66c7c52f9b70b2b3be (patch) | |
tree | 59cf8f442aaed9679788e519d96ac6e82bb1cd44 /daemon/Makefile.am | |
parent | 02ae70474d418b202b6a8411daa54f8dfc790206 (diff) | |
download | libguestfs-13432f02ca29eecaa61c8d66c7c52f9b70b2b3be.tar.gz libguestfs-13432f02ca29eecaa61c8d66c7c52f9b70b2b3be.tar.xz libguestfs-13432f02ca29eecaa61c8d66c7c52f9b70b2b3be.zip |
Add echo_daemon command
echo_daemon is a simple echo which can be used to test connectivity between the
client and daemon.
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 83ee408c..ae746998 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -36,6 +36,7 @@ guestfsd_SOURCES = \ dmesg.c \ dropcaches.c \ du.c \ + echo_daemon.c \ ext2.c \ fallocate.c \ file.c \ |