diff options
author | Emil Velikov <[email protected]> | 2015-08-21 02:01:42 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-08-22 11:48:38 +0100 |
commit | a8f451cd0e06278699fb7139213bbc6c98a9cc52 (patch) | |
tree | d5d3d2d224e447e434c711c67a2911652a177354 /src/gallium/winsys/sw | |
parent | 4a21da709be3b2aa8d4b22830d56a5cc7661ccad (diff) |
winsys/sw/kms-dri: don't attempt to bundle the sconscript
The build/file was removed with an earlier commit while the EXTRA_DIST
was forgotten.
Fixes: 66d77cd71c6 (scons: don't build the kms-dri winsys)
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/winsys/sw')
-rw-r--r-- | src/gallium/winsys/sw/kms-dri/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/winsys/sw/kms-dri/Makefile.am b/src/gallium/winsys/sw/kms-dri/Makefile.am index 7f26b1b2f19..8162553289d 100644 --- a/src/gallium/winsys/sw/kms-dri/Makefile.am +++ b/src/gallium/winsys/sw/kms-dri/Makefile.am @@ -31,5 +31,3 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libswkmsdri.la libswkmsdri_la_SOURCES = $(C_SOURCES) - -EXTRA_DIST = SConscript |