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 <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Emil Velikov 2014-08-29 23:19:13 +01:00
parent 36b5012a8d
commit 858d932d6a
2 changed files with 8 additions and 2 deletions

View file

@ -29,3 +29,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = librbug.la
librbug_la_SOURCES = $(C_SOURCES)
EXTRA_DIST = SConscript README

View file

@ -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