targets/xvmc-nouveau: convert to static/shared pipe-drivers
[mesa.git] / src / gallium / targets / Makefile.am
index c31a22e7cd2dc3f5097eb671fc03b088b7fccc71..0fbf0d7a34f90cde113ad3eff06308b8697d9154 100644 (file)
@@ -42,6 +42,10 @@ if HAVE_ST_XA
 SUBDIRS += xa
 endif
 
+if HAVE_ST_XVMC
+SUBDIRS += xvmc
+endif
+
 if HAVE_CLOVER
 SUBDIRS += opencl
 endif
@@ -105,10 +109,6 @@ if HAVE_DRI2
 SUBDIRS += dri-nouveau
 endif
 
-if HAVE_ST_XVMC
-SUBDIRS += xvmc-nouveau
-endif
-
 if HAVE_ST_OMX
 SUBDIRS += omx-nouveau
 endif