summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-22 14:42:14 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-29 11:10:49 +0100
commit434af38f8d19c61fdcfa611644c29dbe73f9f3a9 (patch)
tree42046886a6b249d6a73545146fec1342e2298d39 /Makefile.am
parentfe42d8387480a4fe3dc4183680432a30db4c3aa3 (diff)
automake: Ditch all EXTRA_DIST directives
We're not using automake to build tarballs anymore. Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
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)