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 /fuse | |
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 'fuse')
-rw-r--r-- | fuse/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am index 692da6eb..7d3b463c 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -55,12 +55,6 @@ guestmount_LDADD = \ $(top_builddir)/src/libguestfs.la \ ../gnulib/lib/libgnu.la -# Build a partly-static library (for the binary distribution). - -guestmount.static$(EXEEXT): $(guestmount_OBJECTS) $(guestmount_DEPENDENCIES) - $(top_srcdir)/relink-static.sh \ - $(guestmount_LINK) $(guestmount_OBJECTS) -static $(guestmount_LDADD) $(guestmount_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -lpcre -lhivex -lmagic -lz -lm - # Documentation. man_MANS = guestmount.1 |