automake: add -Wl,--no-undefined to all libraries
[mesa.git] / src / gallium / targets / pipe-loader / Makefile.am
index 6e78a75b6d286d009f78814304ef2b48b3c66569..00823fe5bdde13573b72677e79c32991d07205e6 100644 (file)
@@ -49,6 +49,7 @@ AM_LDFLAGS = \
        -module \
        -no-undefined \
        -avoid-version \
+       -Wl,--no-undefined \
        -Wl,--version-script=$(top_srcdir)/src/gallium/targets/pipe-loader/pipe.link
 
 if HAVE_MESA_LLVM