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 /df | |
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 'df')
-rw-r--r-- | df/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/df/Makefile.am b/df/Makefile.am index 053261d8..2f0eff0e 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 |