aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-29 23:19:13 +0100
committerEmil Velikov <[email protected]>2014-09-05 23:46:26 +0100
commit858d932d6a4df234e6dd9413d471c08fe8424a34 (patch)
treeee2428362597c0be649a22b7a744b3b183ea9bdc /src
parent36b5012a8dff7897ca191561f11f5245d108e62b (diff)
gallium/rbug: ship all files in the tarball
- include all headers in Makefile.sources - sort the list(s) - bundle the android buildscript & README Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/rbug/Makefile.am2
-rw-r--r--src/gallium/drivers/rbug/Makefile.sources8
2 files changed, 8 insertions, 2 deletions
diff --git a/src/gallium/drivers/rbug/Makefile.am b/src/gallium/drivers/rbug/Makefile.am
index 5de7213335a..3e3cb86d619 100644
--- a/src/gallium/drivers/rbug/Makefile.am
+++ b/src/gallium/drivers/rbug/Makefile.am
@@ -29,3 +29,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = librbug.la
librbug_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript README
diff --git a/src/gallium/drivers/rbug/Makefile.sources b/src/gallium/drivers/rbug/Makefile.sources
index 32a18f61270..f9f1d5c3a49 100644
--- a/src/gallium/drivers/rbug/Makefile.sources
+++ b/src/gallium/drivers/rbug/Makefile.sources
@@ -1,5 +1,9 @@
C_SOURCES := \
- rbug_core.c \
rbug_context.c \
+ rbug_context.h \
+ rbug_core.c \
rbug_objects.c \
- rbug_screen.c
+ rbug_objects.h \
+ rbug_public.h \
+ rbug_screen.c \
+ rbug_screen.h