From a6efbac9fb502c4f0166e7a0680b6828e1f6926c Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 11 Mar 2014 11:50:37 +0000 Subject: automake: allow only shared builds Static and shared builds were possible in the good old days of static makefiles. Currently the build system does not distinguish nor does anything special when one requests a static build. Print a warning message for the packager that static builds are not supported and continue building shared libs. Currently only Debian and derivatives use static build, and they use it for building a Xlib powered libGL. This patch will only change the warning message they are seeing but the binaries produced will be identical. Signed-off-by: Emil Velikov Reviewed-by: Jon TURNEY --- src/gallium/targets/osmesa/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am index 66ddf93ef31..48154e1c2d3 100644 --- a/src/gallium/targets/osmesa/Makefile.am +++ b/src/gallium/targets/osmesa/Makefile.am @@ -65,11 +65,7 @@ lib@OSMESA_LIB@_la_LDFLAGS += $(LLVM_LDFLAGS) lib@OSMESA_LIB@_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la $(LLVM_LIBS) endif - - -if BUILD_SHARED include $(top_srcdir)/install-gallium-links.mk -endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = osmesa.pc -- cgit v1.2.3