mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
gallium/galahad: ship all files in the tarball
- include all headers in Makefile.sources - sort the list(s) - bundle the scons buildscript Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
0ea9569d8f
commit
8928788d58
2 changed files with 8 additions and 2 deletions
|
|
@ -12,3 +12,5 @@ AM_CFLAGS = \
|
|||
noinst_LTLIBRARIES = libgalahad.la
|
||||
|
||||
libgalahad_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
EXTRA_DIST = SConscript
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
C_SOURCES := \
|
||||
glhd_objects.c \
|
||||
glhd_context.c \
|
||||
glhd_screen.c
|
||||
glhd_context.h \
|
||||
glhd_objects.c \
|
||||
glhd_objects.h \
|
||||
glhd_public.h \
|
||||
glhd_screen.c \
|
||||
glhd_screen.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue