- include all headers in Makefile.sources
 - sort the list(s)
 - bundle the android buildscript & README

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
 src/gallium/drivers/rbug/Makefile.am      | 2 ++
 src/gallium/drivers/rbug/Makefile.sources | 8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/rbug/Makefile.am 
b/src/gallium/drivers/rbug/Makefile.am
index 5de7213..3e3cb86 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 32a18f6..f9f1d5c 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
-- 
2.0.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to