aboutsummaryrefslogtreecommitdiffstats
path: root/exynos
diff options
context:
space:
mode:
authorMaarten Lankhorst2013-03-27 08:06:43 -0500
committerMaarten Lankhorst2013-03-27 08:06:56 -0500
commit99105e765c31b598746b849e66e7a9106dcefa24 (patch)
tree416a7a13b04e5aa067cff10f03257e820f38fe95 /exynos
parent6113c3daa8826a11546693af07dee3313e09a167 (diff)
downloadexternal-libdrm-99105e765c31b598746b849e66e7a9106dcefa24.tar.gz
external-libdrm-99105e765c31b598746b849e66e7a9106dcefa24.tar.xz
external-libdrm-99105e765c31b598746b849e66e7a9106dcefa24.zip
makefiles: Add missing headers.
I even compile time tested this on a panda with make dist! Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Diffstat (limited to 'exynos')
-rw-r--r--exynos/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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)
10libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined 10libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined
11libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ 11libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
12 12
13libdrm_exynos_la_SOURCES = exynos_drm.c exynos_fimg2d.c 13libdrm_exynos_la_SOURCES = \
14 exynos_drm.c \
15 exynos_fimg2d.c \
16 fimg2d.h \
17 fimg2d_reg.h
14 18
15libdrm_exynoscommonincludedir = ${includedir}/exynos 19libdrm_exynoscommonincludedir = ${includedir}/exynos
16libdrm_exynoscommoninclude_HEADERS = exynos_drm.h 20libdrm_exynoscommoninclude_HEADERS = exynos_drm.h