summaryrefslogtreecommitdiffstats
path: root/images/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'images/Makefile.am')
-rw-r--r--images/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/images/Makefile.am b/images/Makefile.am
index d45e6995..97fccce9 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -168,7 +168,9 @@ $(builddir)/test-grep.txt.gz: test-grep.txt
mv $@-t $@
# Make a (dummy) Fedora image.
-fedora.img: guest-aux/make-fedora-img.sh guest-aux/fedora-name.db
+fedora.img: guest-aux/make-fedora-img.sh \
+ guest-aux/fedora-name.db \
+ guest-aux/fedora-packages.db
LIBGUESTFS_PATH=../appliance \
LD_LIBRARY_PATH=../src/.libs \
bash $<
@@ -176,6 +178,9 @@ fedora.img: guest-aux/make-fedora-img.sh guest-aux/fedora-name.db
guest-aux/fedora-name.db: guest-aux/fedora-name.db.txt
$(DB_LOAD) $@ < $<
+guest-aux/fedora-packages.db: guest-aux/fedora-packages.db.txt
+ $(DB_LOAD) $@ < $<
+
# Make a (dummy) Debian image.
debian.img: guest-aux/make-debian-img.sh
LIBGUESTFS_PATH=../appliance \