summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-02-18 10:37:59 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2016-02-18 10:37:59 -0800
commit9851c8285f7bf70a6cb4bede2ee94110c14acc19 (patch)
treea14cdf60da6797d1f92ac937c8ecb594622d5072 /src/Makefile.am
parent47b8b08612d44a43e43c3f6e95fe509ee3348723 (diff)
downloadexternal_mesa3d-9851c8285f7bf70a6cb4bede2ee94110c14acc19.zip
external_mesa3d-9851c8285f7bf70a6cb4bede2ee94110c14acc19.tar.gz
external_mesa3d-9851c8285f7bf70a6cb4bede2ee94110c14acc19.tar.bz2
Move the intel vulkan driver to src/intel/vulkan
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 02b8371..73686a9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,7 +58,6 @@ AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
if HAVE_VULKAN
SUBDIRS += intel
-SUBDIRS += vulkan
endif
AM_CPPFLAGS = \