summaryrefslogtreecommitdiffstats
path: root/src/vulkan/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-09-01 16:46:20 -0700
committerJason Ekstrand <[email protected]>2015-09-04 17:55:42 -0700
commitbeb466ff5b22b816d1c3033e0a6f1f1b2fa8bb12 (patch)
tree32ee51e07bbff8e6e59fb412fd6c11a73f65e277 /src/vulkan/Makefile.am
parent9a7600c9b58b0fc62033bb993016d3d7d4b8810a (diff)
vk: Move anv_x11.c to anv_wsi_x11.c
Diffstat (limited to 'src/vulkan/Makefile.am')
-rw-r--r--src/vulkan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/Makefile.am b/src/vulkan/Makefile.am
index 13897090287..a2a9c430869 100644
--- a/src/vulkan/Makefile.am
+++ b/src/vulkan/Makefile.am
@@ -72,7 +72,7 @@ VULKAN_SOURCES = \
anv_private.h \
anv_query.c \
anv_util.c \
- anv_x11.c \
+ anv_wsi_x11.c \
gen8_state.c \
gen8_cmd_buffer.c \
gen8_pipeline.c \