summaryrefslogtreecommitdiff
path: root/benchmarks
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 /benchmarks
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 'benchmarks')
-rw-r--r--benchmarks/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am
index 80c545ac..d066112a 100644
--- a/benchmarks/Makefile.am
+++ b/benchmarks/Makefile.am
@@ -23,4 +23,7 @@ gem_syslatency_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
gem_syslatency_LDADD = $(LDADD) -lpthread -lrt
gem_wsim_LDADD = $(LDADD) -lpthread
-EXTRA_DIST=README
+EXTRA_DIST= \
+ README \
+ meson.build \
+ $(NULL)