diff options
author | Emil Velikov <[email protected]> | 2014-08-29 22:51:16 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:26 +0100 |
commit | 0cba104921854fced9bcb292658d450342d76fdb (patch) | |
tree | 875f28d0f24f8723c51ab821ca81e38cd25ef553 | |
parent | 48d251cebbcd5246f65c8d0913bd7a5e56cc30c6 (diff) |
gallium/noop: ship all files in the tarball
- include all headers in Makefile.sources
- bundle the scons buildscript
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
-rw-r--r-- | src/gallium/drivers/noop/Makefile.am | 2 | ||||
-rw-r--r-- | src/gallium/drivers/noop/Makefile.sources | 1 |
2 files changed, 3 insertions, 0 deletions
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 |