X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=df%2FMakefile.am;h=2f0eff0eb344e5f330aeb41582de5afabd1ffb5f;hb=d2636b0984830d950423dadd936114ff242c4a00;hp=053261d804633c2cefd0f40d25fd0f6be4f7a389;hpb=18de192b0a4b71ade57acc0b6af311cc17a1bf0a;p=libguestfs.git diff --git a/df/Makefile.am b/df/Makefile.am index 053261d..2f0eff0 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -79,9 +79,3 @@ TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance TESTS = test-virt-df.sh - -# Build a partly-static binary (for the binary distribution). - -virt-df.static$(EXEEXT): $(virt_df_OBJECTS) $(virt_df_DEPENDENCIES) - $(top_srcdir)/relink-static.sh \ - $(virt_df_LINK) $(virt_df_OBJECTS) -static $(virt_df_LDADD) $(virt_df_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -lpcre -lhivex -lmagic -lz -lm