summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am3
-rw-r--r--tools/null_state_gen/Makefile.am4
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 35732c17..a8196f07 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -33,3 +33,6 @@ intel_aubdump_la_LIBADD = $(top_builddir)/lib/libintel_tools.la -ldl
bin_SCRIPTS = intel_aubdump
CLEANFILES = $(bin_SCRIPTS)
+EXTRA_DIST = \
+ meson.build \
+ $(NULL)
diff --git a/tools/null_state_gen/Makefile.am b/tools/null_state_gen/Makefile.am
index 24884a7f..2577dd88 100644
--- a/tools/null_state_gen/Makefile.am
+++ b/tools/null_state_gen/Makefile.am
@@ -28,3 +28,7 @@ states: intel_null_state_gen
echo "" >>$(h); \
./intel_null_state_gen $$gen >>$(h); \
done
+
+EXTRA_DIST = \
+ meson.build \
+ $(NULL)