summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r--src/gallium/targets/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am
index c5126c03bf6..2498ee17b84 100644
--- a/src/gallium/targets/Makefile.am
+++ b/src/gallium/targets/Makefile.am
@@ -104,15 +104,15 @@ endif
if HAVE_GALLIUM_RADEONSI
if HAVE_DRI
-SUBDIRS += dri-radeonsi
+SUBDIRS += radeonsi/dri
endif
if HAVE_ST_XORG
-SUBDIRS += xorg-radeonsi
+SUBDIRS += radeonsi/xorg
endif
if HAVE_ST_VDPAU
-SUBDIRS += vdpau-radeonsi
+SUBDIRS += radeonsi/vdpau
endif
endif