From 0cba104921854fced9bcb292658d450342d76fdb Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 29 Aug 2014 22:51:16 +0100 Subject: [PATCH] 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 --- src/gallium/drivers/noop/Makefile.am | 2 ++ src/gallium/drivers/noop/Makefile.sources | 1 + 2 files changed, 3 insertions(+) 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 -- 2.30.2