autotools: Include meson.build files in tarball
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>main
parent
5f7deb5078
commit
cc86cbfb1c
32
Makefile.am
32
Makefile.am
|
@ -135,7 +135,37 @@ if HAVE_VMWGFX
|
|||
klibdrminclude_HEADERS += $(LIBDRM_INCLUDE_VMWGFX_H_FILES)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = include/drm/README
|
||||
EXTRA_DIST = \
|
||||
include/drm/README \
|
||||
amdgpu/meson.build \
|
||||
data/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 \
|
||||
tegra/meson.build \
|
||||
tests/amdgpu/meson.build \
|
||||
tests/etnaviv/meson.build \
|
||||
tests/exynos/meson.build \
|
||||
tests/kms/meson.build \
|
||||
tests/kmstest/meson.build \
|
||||
tests/meson.build \
|
||||
tests/modeprint/meson.build \
|
||||
tests/modetest/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 \
|
||||
vc4/meson.build \
|
||||
meson.build \
|
||||
meson_options.txt
|
||||
|
||||
copy-headers :
|
||||
cp -r $(kernel_source)/include/uapi/drm/*.h $(top_srcdir)/include/drm/
|
||||
|
|
Loading…
Reference in New Issue