dri: make sure to build libdricommon.la
authorMatt Turner <mattst88@gmail.com>
Fri, 27 Jan 2012 00:31:12 +0000 (19:31 -0500)
committerMatt Turner <mattst88@gmail.com>
Fri, 27 Jan 2012 00:32:16 +0000 (19:32 -0500)
configure.ac
src/mesa/drivers/dri/Makefile.am

index c9e658c69a2af0240c670695dc68917c1642fbbc..e41e13aab94e794ab41fd7ced6ae2aecdbb64e2c 100644 (file)
@@ -1939,6 +1939,7 @@ AC_CONFIG_FILES([configs/autoconf
                src/egl/wayland/wayland-drm/Makefile
                src/mesa/drivers/dri/dri.pc
                src/mesa/drivers/dri/Makefile
+               src/mesa/drivers/dri/common/Makefile
                src/mesa/drivers/dri/i915/Makefile
                src/mesa/drivers/dri/i965/Makefile
                src/mesa/drivers/dri/nouveau/Makefile
index 3722082eb2fb60dfbce20de238329bc517bd46fa..8b935822125b042efec32bd997f707c2a7974897 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=
+SUBDIRS = common
 
 if HAVE_I915_DRI
 SUBDIRS+=i915