mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
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:
parent
36b5012a8d
commit
858d932d6a
2 changed files with 8 additions and 2 deletions
|
|
@ -29,3 +29,5 @@ AM_CFLAGS = \
|
|||
noinst_LTLIBRARIES = librbug.la
|
||||
|
||||
librbug_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
EXTRA_DIST = SConscript README
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue