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 --- Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1cc98264..94250964 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -SUBDIRS = lib tools scripts benchmarks include +SUBDIRS = lib tools scripts benchmarks if BUILD_TESTS SUBDIRS += tests @@ -42,8 +42,3 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog INSTALL - -EXTRA_DIST = \ - meson.build \ - meson.sh \ - $(NULL) -- cgit v1.2.3