X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fuse%2FMakefile.am;h=7d3b463cacb6956382790cdbfe7ef3cb8fb906d3;hp=692da6eb7a6464c50dff56d07e64c5f302dae0e5;hb=dc8e4b057ecd3984d7c27c8e;hpb=e1aca6323e33e0dd50e23dc0d638f5789c9188e4 diff --git a/fuse/Makefile.am b/fuse/Makefile.am index 692da6e..7d3b463 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