Module: Mesa Branch: master Commit: c03f3dd0a518a53598dcfd1ac19a453bfebcb71a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c03f3dd0a518a53598dcfd1ac19a453bfebcb71a
Author: Emil Velikov <[email protected]> Date: Mon Jan 18 13:34:14 2016 +0200 gallium: bundle the compat header u_pwr8.h in the tarball Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/auxiliary/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 5325f97..6f50f71 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -271,6 +271,7 @@ C_SOURCES := \ util/u_prim_restart.h \ util/u_pstipple.c \ util/u_pstipple.h \ + util/u_pwr8.h \ util/u_range.h \ util/u_rect.h \ util/u_resource.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
