summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2009-09-11 14:27:54 +0100
committerMatthew Booth <mbooth@redhat.com>2009-09-14 10:13:03 +0100
commit13432f02ca29eecaa61c8d66c7c52f9b70b2b3be (patch)
tree59cf8f442aaed9679788e519d96ac6e82bb1cd44 /daemon/Makefile.am
parent02ae70474d418b202b6a8411daa54f8dfc790206 (diff)
downloadlibguestfs-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.am1
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 \