summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/libgl-xlib
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-02 21:10:57 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-11 12:50:42 +0000
commit49d7bcea8203a5e5398f3a10b3ac1e63d07128a0 (patch)
tree91a3a71d3e69736f7236066d35403f7d2861814c /src/gallium/targets/libgl-xlib
parentf3595b674829b24b5165905d9a9c352d6df4e927 (diff)
downloadexternal_mesa3d-49d7bcea8203a5e5398f3a10b3ac1e63d07128a0.zip
external_mesa3d-49d7bcea8203a5e5398f3a10b3ac1e63d07128a0.tar.gz
external_mesa3d-49d7bcea8203a5e5398f3a10b3ac1e63d07128a0.tar.bz2
gallium/targets: use install-gallium-targets.mk
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'src/gallium/targets/libgl-xlib')
-rw-r--r--src/gallium/targets/libgl-xlib/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am
index 3753e8a..7e84ffe 100644
--- a/src/gallium/targets/libgl-xlib/Makefile.am
+++ b/src/gallium/targets/libgl-xlib/Makefile.am
@@ -72,8 +72,4 @@ libGL_la_LINK = $(CXXLINK) $(libGL_la_LDFLAGS)
nodist_EXTRA_libGL_la_SOURCES = dummy-c.c
endif
-# Provide compatibility with scripts for the old Mesa build system for
-# a while by putting a link to the driver into /lib of the build tree.
-all-local: libGL.la
- $(MKDIR_P) $(top_builddir)/$(LIB_DIR)/gallium
- ln -f .libs/libGL.so* $(top_builddir)/$(LIB_DIR)/gallium/
+include $(top_srcdir)/install-gallium-links.mk