diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2013-03-27 14:06:43 +0100 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2013-03-27 14:06:56 +0100 |
commit | 99105e765c31b598746b849e66e7a9106dcefa24 (patch) | |
tree | 416a7a13b04e5aa067cff10f03257e820f38fe95 /exynos | |
parent | 6113c3daa8826a11546693af07dee3313e09a167 (diff) |
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.am | 6 |
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) 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 |