Module: Mesa Branch: master Commit: 4c84819a1b1ecc4359d16ff468c3545ff91f6a2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c84819a1b1ecc4359d16ff468c3545ff91f6a2c
Author: Matt Turner <[email protected]> Date: Sun Jan 22 17:15:03 2012 -0500 dri: install dri_interface.h Broken in commit 129213e7. Reported-by Kai Wasserbäch <[email protected]> --- src/mesa/drivers/dri/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/Makefile.am b/src/mesa/drivers/dri/Makefile.am index 973d774..3722082 100644 --- a/src/mesa/drivers/dri/Makefile.am +++ b/src/mesa/drivers/dri/Makefile.am @@ -26,3 +26,6 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dri.pc + +driincludedir = $(includedir)/GL/internal +driinclude_HEADERS = $(top_srcdir)/include/GL/internal/dri_interface.h _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
