diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-06 18:16:39 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-06 18:17:30 +0000 |
commit | 9bc15f5d98a3a17d465a94f42dc3ffb60c077293 (patch) | |
tree | 853e22e0906768983b0901b8e4ab60cc9f7d4a34 /fish/Makefile.am | |
parent | 7eaecf8303c229268f1f55dcb5e37ff9f0bf420d (diff) | |
download | libguestfs-9bc15f5d98a3a17d465a94f42dc3ffb60c077293.tar.gz libguestfs-9bc15f5d98a3a17d465a94f42dc3ffb60c077293.tar.xz libguestfs-9bc15f5d98a3a17d465a94f42dc3ffb60c077293.zip |
Remove ability to build static distribution.
We are now going to build binaries for each distribution so
there is no need to build the quasi-distro-independent static
binaries any more.
Diffstat (limited to 'fish/Makefile.am')
-rw-r--r-- | fish/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index 01ed59c7..75002cce 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -128,12 +128,6 @@ rc_protocol.h: rc_protocol.x mv $@-t $@ endif -# Build a partly-static library (for the binary distribution). - -guestfish.static$(EXEEXT): $(guestfish_OBJECTS) $(guestfish_DEPENDENCIES) - $(top_srcdir)/relink-static.sh \ - $(guestfish_LINK) $(guestfish_OBJECTS) -static $(guestfish_LDADD) $(guestfish_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -ltinfo -lpcre -lhivex -lmagic -lz -lm - # Manual page. man_MANS = guestfish.1 |