i965/fbo: Add support for isl-based miptrees in rb wrapper
[mesa.git] / src / mesa / drivers / dri / Makefile.am
index 08a8e6455219da5b9cf53557d83fc4143aed9331..381c6a20b72c412b65c8b3bb7818a77a6a568c54 100644 (file)
@@ -52,15 +52,21 @@ driinclude_HEADERS = \
 nodist_EXTRA_mesa_dri_drivers_la_SOURCES = dummy.cpp
 mesa_dri_drivers_la_SOURCES =
 mesa_dri_drivers_la_LDFLAGS = \
-        -module -avoid-version -shared -shrext .so \
-        $(BSYMBOLIC) \
-        $(GC_SECTIONS) \
-        $()
+       -shared \
+       -shrext .so \
+       -module \
+       -no-undefined \
+       -avoid-version \
+       $(BSYMBOLIC) \
+       $(GC_SECTIONS) \
+       $(LD_NO_UNDEFINED)
+
 mesa_dri_drivers_la_LIBADD = \
         ../../libmesa.la \
         common/libmegadriver_stub.la \
         common/libdricommon.la \
         common/libxmlconfig.la \
+        $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
         $(MEGADRIVERS_DEPS) \
         $(DRI_LIB_DEPS) \
         $()