summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-11-02 10:38:48 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-11-02 14:36:31 +0000
commit6f34b81321ad61adb2c22655ec68c57febbbe80b (patch)
treec6640630dc35750b07848a75feaa1d8b1fc0d1e1 /src/Makefile.am
parentf56bc8edd5f23c23298bf3f609a98dd6fec5d512 (diff)
downloadlibguestfs-6f34b81321ad61adb2c22655ec68c57febbbe80b.tar.gz
libguestfs-6f34b81321ad61adb2c22655ec68c57febbbe80b.tar.xz
libguestfs-6f34b81321ad61adb2c22655ec68c57febbbe80b.zip
generator: actions: Move 3 helper functions to a separate file.
This is just code motion.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 082c122b..3c0a31b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -124,6 +124,7 @@ libguestfs_la_SOURCES = \
guestfs-internal.h \
guestfs_protocol.h \
actions.c \
+ actions-support.c \
appliance.c \
bindtests.c \
command.c \