summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-11 11:50:37 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-11 12:50:44 +0000
commita6efbac9fb502c4f0166e7a0680b6828e1f6926c (patch)
treea484f4dce0dd0691a9c5d53a62dceb0d009a3666 /src/mesa/drivers/x11
parent065b6ca52b6a34b1fa6713f41641738401e47710 (diff)
downloadexternal_mesa3d-a6efbac9fb502c4f0166e7a0680b6828e1f6926c.zip
external_mesa3d-a6efbac9fb502c4f0166e7a0680b6828e1f6926c.tar.gz
external_mesa3d-a6efbac9fb502c4f0166e7a0680b6828e1f6926c.tar.bz2
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 <emil.l.velikov@gmail.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r--src/mesa/drivers/x11/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
index 3f3a24b..b10e86f 100644
--- a/src/mesa/drivers/x11/Makefile.am
+++ b/src/mesa/drivers/x11/Makefile.am
@@ -64,6 +64,4 @@ lib@GL_LIB@_la_LDFLAGS = \
-no-undefined \
$(GL_LIB_DEPS)
-if BUILD_SHARED
include $(top_srcdir)/install-lib-links.mk
-endif