summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-02-18 10:19:02 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2016-02-18 10:30:29 -0800
commitf6d95876888c81559d4ba773e4e6c82b184e708e (patch)
tree167dd9268ced155c8581af6bd1ea3ff36f9a0ab5 /src/Makefile.am
parent542c38df36613eb1baa4c1c23b971dc7743b8e11 (diff)
vulkan: Move XML and generator into src/intel/genxml
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 272e68ce875..25b48c65009 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -57,6 +57,7 @@ AM_CFLAGS = $(VISIBILITY_CFLAGS)
AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
if HAVE_VULKAN
+SUBDIRS += intel
SUBDIRS += isl
SUBDIRS += vulkan
endif