summaryrefslogtreecommitdiffstats
path: root/test-tool
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-06 18:16:39 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-06 18:17:30 +0000
commit9bc15f5d98a3a17d465a94f42dc3ffb60c077293 (patch)
tree853e22e0906768983b0901b8e4ab60cc9f7d4a34 /test-tool
parent7eaecf8303c229268f1f55dcb5e37ff9f0bf420d (diff)
downloadlibguestfs-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 'test-tool')
-rw-r--r--test-tool/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/test-tool/Makefile.am b/test-tool/Makefile.am
index 908d2a03..15a5c8f8 100644
--- a/test-tool/Makefile.am
+++ b/test-tool/Makefile.am
@@ -39,12 +39,6 @@ libguestfs_test_tool_LDADD = \
libguestfs_test_tool_helper_SOURCES = helper.c
libguestfs_test_tool_helper_LDFLAGS = -all-static
-# Build a partly-static library (for the binary distribution).
-
-libguestfs-test-tool.static$(EXEEXT): $(libguestfs_test_tool_OBJECTS) $(libguestfs_test_tool_DEPENDENCIES)
- $(top_srcdir)/relink-static.sh \
- $(libguestfs_test_tool_LINK) $(libguestfs_test_tool_OBJECTS) -static $(libguestfs_test_tool_LDADD) $(libguestfs_test_tool_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -lpcre -lhivex -lmagic -lz -lm
-
libguestfs-test-tool.1: libguestfs-test-tool.pod
$(top_srcdir)/podwrapper.sh \
--man $@ \