Message ID | 458bdcb400342a73284ce2a71de06aa338b4a7a2.1515182161.git-series.dylan@pnwbakers.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Friday, 2018-01-05 12:00:59 -0800, Dylan Baker wrote: > Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> > --- > Makefile.am | 30 +++++++++++++++++++++++++++++- > 1 file changed, 29 insertions(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 7b86214..66f70ca 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -135,7 +135,35 @@ if HAVE_VMWGFX > klibdrminclude_HEADERS += $(LIBDRM_INCLUDE_VMWGFX_H_FILES) > endif > > -EXTRA_DIST = include/drm/README > +EXTRA_DIST = \ > + include/drm/README \ > + amdgpu/meson.build \ > + etnaviv/meson.build \ > + exynos/meson.build \ > + freedreno/meson.build \ > + intel/meson.build \ > + libkms/meson.build \ > + man/meson.build \ > + nouveau/meson.build \ > + omap/meson.build \ > + radeon/meson.build \ > + tests/amdgpu/meson.build \ > + tests/etnaviv/meson.build \ > + tests/exynos/meson.build \ > + tests/kms/meson.build \ > + tests/kmstest/meson.build \ > + tests/modeprint/meson.build \ > + tests/nouveau/meson.build \ > + tests/proptest/meson.build \ > + tests/radeon/meson.build \ > + tests/tegra/meson.build \ > + tests/util/meson.build \ > + tests/vbltest/meson.build \ > + tests/meson.build \ > + vc4/meson.build \ > + data/meson.build \ > + meson.build \ > + meson_options.txt You're missing a couple meson.builds: tegra/meson.build tests/modetest/meson.build with those two added: Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> > > copy-headers : > cp -r $(kernel_source)/include/uapi/drm/*.h $(top_srcdir)/include/drm/ > -- > git-series 0.9.1 > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
diff --git a/Makefile.am b/Makefile.am index 7b86214..66f70ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,7 +135,35 @@ if HAVE_VMWGFX klibdrminclude_HEADERS += $(LIBDRM_INCLUDE_VMWGFX_H_FILES) endif -EXTRA_DIST = include/drm/README +EXTRA_DIST = \ + include/drm/README \ + amdgpu/meson.build \ + etnaviv/meson.build \ + exynos/meson.build \ + freedreno/meson.build \ + intel/meson.build \ + libkms/meson.build \ + man/meson.build \ + nouveau/meson.build \ + omap/meson.build \ + radeon/meson.build \ + tests/amdgpu/meson.build \ + tests/etnaviv/meson.build \ + tests/exynos/meson.build \ + tests/kms/meson.build \ + tests/kmstest/meson.build \ + tests/modeprint/meson.build \ + tests/nouveau/meson.build \ + tests/proptest/meson.build \ + tests/radeon/meson.build \ + tests/tegra/meson.build \ + tests/util/meson.build \ + tests/vbltest/meson.build \ + tests/meson.build \ + vc4/meson.build \ + data/meson.build \ + meson.build \ + meson_options.txt copy-headers : cp -r $(kernel_source)/include/uapi/drm/*.h $(top_srcdir)/include/drm/
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> --- Makefile.am | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-)