summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-13 14:06:46 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-10-13 16:04:18 +0100
commit325d67c615f19da1b679e4d673636cf6d91a4c41 (patch)
tree4c7553edd9ac8627af40778fff01a748f17f4488 /src/Makefile.am
parent64e8e0011c6e961bae010b6008d07f501d53f35d (diff)
downloadlibguestfs-325d67c615f19da1b679e4d673636cf6d91a4c41.tar.gz
libguestfs-325d67c615f19da1b679e4d673636cf6d91a4c41.tar.xz
libguestfs-325d67c615f19da1b679e4d673636cf6d91a4c41.zip
lib: Rename src/libvirtdomain.c -> src/libvirt-domain.c.
No change, just code motion.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 91f1c03f..9b577161 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -142,7 +142,7 @@ libguestfs_la_SOURCES = \
launch-appliance.c \
launch-libvirt.c \
launch-unix.c \
- libvirtdomain.c \
+ libvirt-domain.c \
listfs.c \
match.c \
proto.c \