diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-13 08:13:18 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-13 08:13:22 +0000 |
commit | 92444940f3ff80975e64e07e4a4861454101a529 (patch) | |
tree | 511021c4762d13c5c9455358dec465f937daac0d /fish | |
parent | 74cc619d942329043d646805c1b94be7df234d10 (diff) | |
download | libguestfs-92444940f3ff80975e64e07e4a4861454101a529.tar.gz libguestfs-92444940f3ff80975e64e07e4a4861454101a529.tar.xz libguestfs-92444940f3ff80975e64e07e4a4861454101a529.zip |
static: Use correct libraries for static binaries.
Also add virt-cat.static target.
Diffstat (limited to 'fish')
-rw-r--r-- | fish/Makefile.am | 2 |
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. |