[Mesa-dev] [PATCH 0/3] Fix distcheck

Juan A. Suarez Romero jasuarez at igalia.com
Wed Apr 5 11:00:48 UTC 2017


Several files are missed in their proper EXTRA_DIST Makefile.am. And thus `make
distcheck` fails.

These commits fix it.

I've split them in 3 because the missing files are in different sections. But I
can squash them in just one commit if preferred.


Juan A. Suarez Romero (3):
  amd: fix distcheck
  swr: [rasterizer] Fix distcheck
  intel: genxml: fix distcheck

 src/amd/Makefile.sources            | 2 ++
 src/gallium/drivers/swr/Makefile.am | 1 +
 src/intel/Makefile.genxml.am        | 1 +
 3 files changed, 4 insertions(+)

-- 
2.9.3



More information about the mesa-dev mailing list