diff options
author | Christian König <[email protected]> | 2013-09-25 11:49:49 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2013-09-25 19:41:03 +0200 |
commit | 533e9a04b4de9f9a10b6ccb0e4d4e3eb66cdd8e7 (patch) | |
tree | 093ca168fd73eea08f3a7e88bdfd348298863fb5 /src/gallium/targets/Makefile.am | |
parent | 1c57d9a6c6f967c37acde9ec11855b72a33d95dd (diff) |
build/r300: group build target in common subdir
Allows us to share more code between different targets.
Signed-off-by: Christian König <[email protected]>
Acked-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r-- | src/gallium/targets/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index 6bffc0192c3..997ee8e3654 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -72,15 +72,15 @@ endif if HAVE_GALLIUM_R300 if HAVE_DRI -SUBDIRS += dri-r300 +SUBDIRS += r300/dri endif if HAVE_ST_XVMC -SUBDIRS += xvmc-r300 +SUBDIRS += r300/xvmc endif if HAVE_ST_VDPAU -SUBDIRS += vdpau-r300 +SUBDIRS += r300/vdpau endif endif |