projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c7e1f
)
vk: Install headers
author
Chad Versace
<chad.versace@intel.com>
Thu, 14 May 2015 00:49:26 +0000
(17:49 -0700)
committer
Chad Versace
<chad.versace@intel.com>
Thu, 14 May 2015 00:49:26 +0000
(17:49 -0700)
I need this for building a testsuite.
src/vulkan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/vulkan/Makefile.am
b/src/vulkan/Makefile.am
index b131ac138978429297f9aa8fcb3055df427c9532..af2cde5dbbed9775ad0c9d5ab32ba656e4560eeb 100644
(file)
--- a/
src/vulkan/Makefile.am
+++ b/
src/vulkan/Makefile.am
@@
-19,6
+19,14
@@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+
+vulkan_includedir = $(includedir)/vulkan
+
+vulkan_include_HEADERS = \
+ $(top_srcdir)/include/vulkan/vk_platform.h \
+ $(top_srcdir)/include/vulkan/vulkan.h \
+ $(top_srcdir)/include/vulkan/vulkan_intel.h
+
lib_LTLIBRARIES = libvulkan.la
# The gallium includes are for the util/u_math.h include from main/macros.h