From f9dff9b5ae511cd0616a65144b9bf7d299fd87d4 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 22 Nov 2017 13:19:56 +0100 Subject: automake: include drm-uapi headers in EXTRA_DIST This breaks make distcheck otherwise. Cc: Eric Anholt Cc: Petri Latvala Signed-off-by: Daniel Vetter Reviewed-by: Petri Latvala Tested-by: Petri Latvala --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index eb5edb7e..5bc486b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -SUBDIRS = lib man tools scripts benchmarks +SUBDIRS = lib man tools scripts benchmarks include if BUILD_TESTS SUBDIRS += tests -- cgit v1.2.3