summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-15 17:47:34 +0100
committerRichard Jones <rjones@redhat.com>2009-04-15 17:47:34 +0100
commite038597ebd1e43c83a8ddde21c4f1898eb7a9a98 (patch)
treedcd476dbd7b0b3f8b1501995c98b70f641c5eb70 /daemon/Makefile.am
parent706c75629733d05a891a81eebe373d124409cfb8 (diff)
downloadlibguestfs-e038597ebd1e43c83a8ddde21c4f1898eb7a9a98.tar.gz
libguestfs-e038597ebd1e43c83a8ddde21c4f1898eb7a9a98.tar.xz
libguestfs-e038597ebd1e43c83a8ddde21c4f1898eb7a9a98.zip
Added blockdev_* calls. RInt64 type. Enhanced tests.
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 6da149be..75de0663 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -21,6 +21,7 @@ noinst_PROGRAMS = guestfsd
guestfsd_SOURCES = \
actions.h \
augeas.c \
+ blockdev.c \
command.c \
daemon.h \
devsparts.c \