summaryrefslogtreecommitdiff
path: root/install-lib-links.mk
diff options
context:
space:
mode:
Diffstat (limited to 'install-lib-links.mk')
-rw-r--r--install-lib-links.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/install-lib-links.mk b/install-lib-links.mk
index 2707eb8834b..0e137198722 100644
--- a/install-lib-links.mk
+++ b/install-lib-links.mk
@@ -1,6 +1,7 @@
# 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.
+if HAVE_COMPAT_SYMLINKS
all-local : .libs/install-mesa-links
.libs/install-mesa-links : $(lib_LTLIBRARIES)
@@ -12,3 +13,4 @@ all-local : .libs/install-mesa-links
ln -f $$f $(top_builddir)/$(LIB_DIR); \
fi; \
done && touch $@
+endif