summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/Makefile.am1
-rw-r--r--src/gallium/tests/unit/Makefile.am2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 818545dedf2..6107ffe16ec 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper
EXTRA_DIST = \
docs \
+ SConscript \
winsys/sw/android \
winsys/sw/gdi \
winsys/sw/hgl
diff --git a/src/gallium/tests/unit/Makefile.am b/src/gallium/tests/unit/Makefile.am
index 9823a258787..c9bede75bed 100644
--- a/src/gallium/tests/unit/Makefile.am
+++ b/src/gallium/tests/unit/Makefile.am
@@ -2,6 +2,8 @@
include $(top_srcdir)/src/gallium/Automake.inc
+EXTRA_DIST = SConscript
+
AM_CFLAGS = \
$(GALLIUM_CFLAGS)