summaryrefslogtreecommitdiffstats
path: root/images/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-08 16:07:32 +0100
committerRichard Jones <rjones@redhat.com>2010-04-08 16:07:32 +0100
commit50195d6ec4e893f894ef1bbf7af6eeda56f96600 (patch)
tree4dec25a45ec846f14392d6253b8f5501bb850a0a /images/Makefile.am
parent0ce9b2bb9bcac61f7fb5dd2811d9b3b621f8309b (diff)
downloadlibguestfs-50195d6ec4e893f894ef1bbf7af6eeda56f96600.tar.gz
libguestfs-50195d6ec4e893f894ef1bbf7af6eeda56f96600.tar.xz
libguestfs-50195d6ec4e893f894ef1bbf7af6eeda56f96600.zip
New API calls to upload/download txz files (RHBZ#580556).
Diffstat (limited to 'images/Makefile.am')
-rw-r--r--images/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/Makefile.am b/images/Makefile.am
index c30d8c4c..ff8d46fb 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -23,6 +23,7 @@ builddir ?= $(top_builddir)/images
EXTRA_DIST = \
helloworld.tar \
helloworld.tar.gz \
+ helloworld.tar.xz \
mbr-ext2-empty.img.gz \
empty known-1 known-2 known-3 known-4 known-5 \
bin-i586-dynamic \
@@ -47,6 +48,7 @@ CLEANFILES = \
images_files_src = \
$(srcdir)/helloworld.tar \
$(srcdir)/helloworld.tar.gz \
+ $(srcdir)/helloworld.tar.xz \
$(srcdir)/empty \
$(srcdir)/known-1 \
$(srcdir)/known-2 \