targets/xvmc-nouveau: Convert to automake
[mesa.git] / configure.ac
index fcd42684331f5c45c3893ad0bcf65d205180d9ba..87a71587331663d00fa870ff5cecb77896109ade 100644 (file)
@@ -2000,6 +2000,9 @@ AM_CONDITIONAL(HAVE_SPARC_ASM, echo "$DEFINES" | grep 'SPARC_ASM' >/dev/null 2>&
 AC_SUBST([VDPAU_MAJOR], 1)
 AC_SUBST([VDPAU_MINOR], 0)
 
+AC_SUBST([XVMC_MAJOR], 1)
+AC_SUBST([XVMC_MINOR], 0)
+
 dnl prepend CORE_DIRS to SRC_DIRS
 SRC_DIRS="$CORE_DIRS $SRC_DIRS"
 
@@ -2076,6 +2079,7 @@ AC_CONFIG_FILES([configs/current
                src/gallium/targets/xorg-r300/Makefile
                src/gallium/targets/xorg-r600/Makefile
                src/gallium/targets/xorg-radeonsi/Makefile
+               src/gallium/targets/xvmc-nouveau/Makefile
                src/gallium/winsys/Makefile
                src/gallium/winsys/i915/drm/Makefile
                src/gallium/winsys/i915/sw/Makefile