From 434af38f8d19c61fdcfa611644c29dbe73f9f3a9 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 22 Jan 2019 14:42:14 +0100 Subject: automake: Ditch all EXTRA_DIST directives We're not using automake to build tarballs anymore. Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- tools/Makefile.am | 4 ---- tools/null_state_gen/Makefile.am | 4 ---- 2 files changed, 8 deletions(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index e7de4d90..4f54720f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -33,7 +33,3 @@ intel_gpu_top_LDADD = $(top_builddir)/lib/libigt_perf.la 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 d4aa3d44..d473a897 100644 --- a/tools/null_state_gen/Makefile.am +++ b/tools/null_state_gen/Makefile.am @@ -29,7 +29,3 @@ states: intel_null_state_gen echo "" >>$(h); \ ./intel_null_state_gen $$gen >>$(h); \ done - -EXTRA_DIST = \ - meson.build \ - $(NULL) -- cgit v1.2.3