dri/xmlconfig: remove GL types.
[mesa.git] / install-lib-links.mk
index 2707eb8834b461e797255fdf54109e780d52a797..09fb86a0b454461287bface83df4737f21dd9590 100644 (file)
@@ -1,6 +1,8 @@
 # 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 BUILD_SHARED
+if HAVE_COMPAT_SYMLINKS
 all-local : .libs/install-mesa-links
 
 .libs/install-mesa-links : $(lib_LTLIBRARIES)
@@ -12,3 +14,5 @@ all-local : .libs/install-mesa-links
                        ln -f $$f $(top_builddir)/$(LIB_DIR);   \
                fi;                                             \
        done && touch $@
+endif
+endif