summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-29 22:41:52 +0100
committerEmil Velikov <[email protected]>2014-09-05 23:46:25 +0100
commit8928788d585c92e980237e89a2fac30ad656d5e9 (patch)
tree8a03c2fa27a74a1b19984b65e888fb843f9364dc /src/gallium/drivers/galahad
parent0ea9569d8fd756c8234e84b6d4b9862c16799e3b (diff)
gallium/galahad: ship all files in the tarball
- include all headers in Makefile.sources - sort the list(s) - bundle the scons buildscript Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/galahad')
-rw-r--r--src/gallium/drivers/galahad/Makefile.am2
-rw-r--r--src/gallium/drivers/galahad/Makefile.sources8
2 files changed, 8 insertions, 2 deletions
diff --git a/src/gallium/drivers/galahad/Makefile.am b/src/gallium/drivers/galahad/Makefile.am
index 17572c31036..476e73f90db 100644
--- a/src/gallium/drivers/galahad/Makefile.am
+++ b/src/gallium/drivers/galahad/Makefile.am
@@ -12,3 +12,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libgalahad.la
libgalahad_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript
diff --git a/src/gallium/drivers/galahad/Makefile.sources b/src/gallium/drivers/galahad/Makefile.sources
index f6c7f4b88b8..95305f6de55 100644
--- a/src/gallium/drivers/galahad/Makefile.sources
+++ b/src/gallium/drivers/galahad/Makefile.sources
@@ -1,4 +1,8 @@
C_SOURCES := \
- glhd_objects.c \
glhd_context.c \
- glhd_screen.c
+ glhd_context.h \
+ glhd_objects.c \
+ glhd_objects.h \
+ glhd_public.h \
+ glhd_screen.c \
+ glhd_screen.h