summaryrefslogtreecommitdiff
path: root/freedreno
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-03-27 14:06:43 +0100
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-03-27 14:06:56 +0100
commit99105e765c31b598746b849e66e7a9106dcefa24 (patch)
tree416a7a13b04e5aa067cff10f03257e820f38fe95 /freedreno
parent6113c3daa8826a11546693af07dee3313e09a167 (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 'freedreno')
-rw-r--r--freedreno/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index f46a7807..ba9bd68b 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -10,7 +10,15 @@ libdrm_freedreno_ladir = $(libdir)
libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
-libdrm_freedreno_la_SOURCES = freedreno_device.c freedreno_pipe.c freedreno_ringbuffer.c freedreno_bo.c
+libdrm_freedreno_la_SOURCES = \
+ freedreno_device.c \
+ freedreno_pipe.c \
+ freedreno_priv.h \
+ freedreno_ringbuffer.c \
+ freedreno_bo.c \
+ kgsl_drm.h \
+ list.h \
+ msm_kgsl.h
libdrm_freedrenocommonincludedir = ${includedir}/freedreno
libdrm_freedrenocommoninclude_HEADERS = freedreno_drmif.h freedreno_ringbuffer.h