From 99105e765c31b598746b849e66e7a9106dcefa24 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 27 Mar 2013 14:06:43 +0100 Subject: makefiles: Add missing headers. I even compile time tested this on a panda with make dist! Signed-off-by: Maarten Lankhorst --- exynos/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'exynos') diff --git a/exynos/Makefile.am b/exynos/Makefile.am index 539aea04..0a2663ac 100644 --- a/exynos/Makefile.am +++ b/exynos/Makefile.am @@ -10,7 +10,11 @@ libdrm_exynos_ladir = $(libdir) libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ -libdrm_exynos_la_SOURCES = exynos_drm.c exynos_fimg2d.c +libdrm_exynos_la_SOURCES = \ + exynos_drm.c \ + exynos_fimg2d.c \ + fimg2d.h \ + fimg2d_reg.h libdrm_exynoscommonincludedir = ${includedir}/exynos libdrm_exynoscommoninclude_HEADERS = exynos_drm.h -- cgit v1.2.3