diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-02-18 10:19:02 -0800 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-02-18 10:30:29 -0800 |
commit | f6d95876888c81559d4ba773e4e6c82b184e708e (patch) | |
tree | 167dd9268ced155c8581af6bd1ea3ff36f9a0ab5 /src/Makefile.am | |
parent | 542c38df36613eb1baa4c1c23b971dc7743b8e11 (diff) |
vulkan: Move XML and generator into src/intel/genxml
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 272e68ce87..25b48c6500 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 |