[PATCH] libdisk: do not install libdisk.a
Christoph Hellwig
hch at infradead.org
Fri Oct 30 08:15:17 CDT 2009
Since xfsprogs 3.0 libdisk is intended to be private to xfsprogs and we do
not install the headers anymore. But we kept installing the static library,
which doesn't make sense.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Index: xfsprogs-dev/libdisk/Makefile
===================================================================
--- xfsprogs-dev.orig/libdisk/Makefile 2009-10-30 13:12:03.000000000 +0000
+++ xfsprogs-dev/libdisk/Makefile 2009-10-30 13:12:08.000000000 +0000
@@ -27,6 +27,5 @@ include $(BUILDRULES)
install: default
install-dev: default
- $(INSTALL_LTLIB_STATIC)
install-qa: install-dev
More information about the xfs
mailing list