From: Emil Velikov Date: Fri, 29 Aug 2014 21:51:16 +0000 (+0100) Subject: gallium/noop: ship all files in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cba104921854fced9bcb292658d450342d76fdb;p=mesa.git gallium/noop: ship all files in the tarball - include all headers in Makefile.sources - bundle the scons buildscript Signed-off-by: Emil Velikov Acked-by: Matt Turner --- diff --git a/src/gallium/drivers/noop/Makefile.am b/src/gallium/drivers/noop/Makefile.am index cda614ddaf3..dc1494b2a6d 100644 --- a/src/gallium/drivers/noop/Makefile.am +++ b/src/gallium/drivers/noop/Makefile.am @@ -12,3 +12,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libnoop.la libnoop_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript diff --git a/src/gallium/drivers/noop/Makefile.sources b/src/gallium/drivers/noop/Makefile.sources index 916385e2d24..6d4228630bc 100644 --- a/src/gallium/drivers/noop/Makefile.sources +++ b/src/gallium/drivers/noop/Makefile.sources @@ -1,3 +1,4 @@ C_SOURCES := \ noop_pipe.c \ + noop_public.h \ noop_state.c