From 6b461c163b0bd02c76b65d94cc2fb3767167bda8 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 29 Sep 2015 17:24:43 +0100 Subject: Add armada_ioctl.h to the distribution tarball This file is used by armada_bufmgr.c. Building from the distribution tarball sources fails as it is missing there. Signed-off-by: Lucas Stach Signed-off-by: Russell King --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e32ccb0..8a2bfb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ libdrm_armada_la_LIBADD = @LIBDRM_LIBS@ @CLOCK_LIB@ libdrm_armada_la_SOURCES = \ armada_bufmgr.c \ + armada_ioctl.h \ libdrm_lists.h libdrm_armadaincludedir = ${includedir}/libdrm -- cgit