summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/Makefile.am
diff options
context:
space:
mode:
authorGeorge Kyriazis <[email protected]>2016-11-18 11:40:09 -0600
committerTim Rowley <[email protected]>2016-11-21 12:44:47 -0600
commit5b4d1500dd3cc43c1d0fc2f83744144fb1742aa9 (patch)
treee07730d45bca74d0c0ad780b1013a9d38357c369 /src/gallium/drivers/swr/Makefile.am
parent9e4e1f519084346b08b26b4ded635d44711e8014 (diff)
gallium: swr: Added swr build for windows
v4: Add windows-specific gen_knobs.{cpp|h} changes v5: remove aggresive squashing of gen_knobs.py to this commit; added SConscript to EXTRA_DIST in Makefile.am Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/Makefile.am')
-rw-r--r--src/gallium/drivers/swr/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/Makefile.am b/src/gallium/drivers/swr/Makefile.am
index 4cd1c33fc9c..b22ded0a191 100644
--- a/src/gallium/drivers/swr/Makefile.am
+++ b/src/gallium/drivers/swr/Makefile.am
@@ -245,6 +245,7 @@ libswrAVX2_la_LDFLAGS = \
include $(top_srcdir)/install-gallium-links.mk
EXTRA_DIST = \
+ SConscript \
rasterizer/archrast/events.proto \
rasterizer/jitter/scripts/gen_llvm_ir_macros.py \
rasterizer/jitter/scripts/gen_llvm_types.py \