gallium/noop: ship all files in the tarball

- include all headers in Makefile.sources
 - 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:
Emil Velikov 2014-08-29 22:51:16 +01:00
parent 48d251cebb
commit 0cba104921
2 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libnoop.la
libnoop_la_SOURCES = $(C_SOURCES)
EXTRA_DIST = SConscript

View File

@ -1,3 +1,4 @@
C_SOURCES := \
noop_pipe.c \
noop_public.h \
noop_state.c