summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2017-11-22 13:19:56 +0100
committerPetri Latvala <petri.latvala@intel.com>2017-11-22 14:49:16 +0200
commitf9dff9b5ae511cd0616a65144b9bf7d299fd87d4 (patch)
tree9a57e3746bd58b36121d850ee0f2ba8a38a46950 /Makefile.am
parente1be16eeeaacd668e22d9471b2d90e8afa5df5c9 (diff)
automake: include drm-uapi headers in EXTRA_DIST
This breaks make distcheck otherwise. Cc: Eric Anholt <eric@anholt.net> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Petri Latvala <petri.latvala@intel.com> Tested-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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