From 858d932d6a4df234e6dd9413d471c08fe8424a34 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 29 Aug 2014 23:19:13 +0100 Subject: [PATCH] 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 Acked-by: Matt Turner --- 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 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 -- 2.30.2