summaryrefslogtreecommitdiff
path: root/tools/null_state_gen
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-09-29 15:59:52 +0300
committerPetri Latvala <petri.latvala@intel.com>2017-10-02 13:36:45 +0300
commit1e99f8b8d2563d7f5c4e82932bab15abc5eacaef (patch)
tree198b49f3dfb76cf10cfb5daee9903d9a3b8ef218 /tools/null_state_gen
parent5b9b6711ad652db485ddda499710d794ee236dea (diff)
meson: Distribute meson build system files
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/null_state_gen')
-rw-r--r--tools/null_state_gen/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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)