autotools: include meson build files in tarball
[mesa.git] / src / intel / Makefile.am
index 6a5e393f175a9362847d4aa5cfb184809be7d027..cde4a70fbc67db55bd6464a6793ce99548dac3e3 100644 (file)
@@ -62,7 +62,15 @@ check_PROGRAMS =
 TESTS =
 BUILT_SOURCES =
 CLEANFILES =
-EXTRA_DIST =
+EXTRA_DIST = \
+       blorp/meson.build \
+       common/meson.build \
+       compiler/meson.build \
+       genxml/meson.build \
+       isl/meson.build \
+       tools/meson.build \
+       vulkan/meson.build \
+       meson.build
 
 include Makefile.blorp.am
 include Makefile.common.am