summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index 6debdced..2d8c16b8 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -130,7 +130,7 @@ endif
guestfish.static$(EXEEXT): $(guestfish_OBJECTS) $(guestfish_DEPENDENCIES)
$(top_srcdir)/relink-static.sh \
- $(guestfish_LINK) $(guestfish_OBJECTS) -static $(guestfish_LDADD) $(guestfish_LIBS) -ltinfo -lpcre -lhivex -lmagic -lz -lm
+ $(guestfish_LINK) $(guestfish_OBJECTS) -static $(guestfish_LDADD) $(guestfish_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -ltinfo -lpcre -lhivex -lmagic -lz -lm
# Manual page.
# guestfish-actions.pod and guestfish-commands.pod are autogenerated.