From 015792fb028de32293d3165e5f61b4569858d8eb Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 17 Aug 2014 23:29:56 +0100 Subject: [PATCH] winsys/sw: add the final files to the tarball Add the final remaining files into the tarball (make dist), namely: - SConscripts - Non-autotooled winsys' - android, gdi and hgl. Signed-off-by: Emil Velikov --- src/gallium/Makefile.am | 9 +++++++++ src/gallium/winsys/sw/dri/Makefile.am | 2 ++ src/gallium/winsys/sw/fbdev/Makefile.am | 2 ++ src/gallium/winsys/sw/kms-dri/Makefile.am | 2 ++ src/gallium/winsys/sw/null/Makefile.am | 2 ++ src/gallium/winsys/sw/wrapper/Makefile.am | 2 ++ src/gallium/winsys/sw/xlib/Makefile.am | 2 ++ 7 files changed, 21 insertions(+) diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 1e1fd43d508..caf29ad0b18 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -109,6 +109,15 @@ if NEED_WINSYS_WRAPPER SUBDIRS += winsys/sw/wrapper endif +## +## Don't forget to bundle the remaining (non autotools) winsys' +## + +EXTRA_DIST = \ + winsys/sw/android \ + winsys/sw/gdi \ + winsys/sw/hgl + ## ## Gallium state trackers and their users (targets) diff --git a/src/gallium/winsys/sw/dri/Makefile.am b/src/gallium/winsys/sw/dri/Makefile.am index 1917b00ca8e..a7d325383c9 100644 --- a/src/gallium/winsys/sw/dri/Makefile.am +++ b/src/gallium/winsys/sw/dri/Makefile.am @@ -29,3 +29,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libswdri.la libswdri_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript diff --git a/src/gallium/winsys/sw/fbdev/Makefile.am b/src/gallium/winsys/sw/fbdev/Makefile.am index 2953376d288..93c8f88aaff 100644 --- a/src/gallium/winsys/sw/fbdev/Makefile.am +++ b/src/gallium/winsys/sw/fbdev/Makefile.am @@ -29,3 +29,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libfbdev.la libfbdev_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript diff --git a/src/gallium/winsys/sw/kms-dri/Makefile.am b/src/gallium/winsys/sw/kms-dri/Makefile.am index 8162553289d..7f26b1b2f19 100644 --- a/src/gallium/winsys/sw/kms-dri/Makefile.am +++ b/src/gallium/winsys/sw/kms-dri/Makefile.am @@ -31,3 +31,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libswkmsdri.la libswkmsdri_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript diff --git a/src/gallium/winsys/sw/null/Makefile.am b/src/gallium/winsys/sw/null/Makefile.am index 5446623c61b..3da568442f8 100644 --- a/src/gallium/winsys/sw/null/Makefile.am +++ b/src/gallium/winsys/sw/null/Makefile.am @@ -29,3 +29,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libws_null.la libws_null_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript diff --git a/src/gallium/winsys/sw/wrapper/Makefile.am b/src/gallium/winsys/sw/wrapper/Makefile.am index 4b30c4456e8..7a9f1ce6e9b 100644 --- a/src/gallium/winsys/sw/wrapper/Makefile.am +++ b/src/gallium/winsys/sw/wrapper/Makefile.am @@ -29,3 +29,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libwsw.la libwsw_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript diff --git a/src/gallium/winsys/sw/xlib/Makefile.am b/src/gallium/winsys/sw/xlib/Makefile.am index 825a8fdb5e1..c7ed33bc46c 100644 --- a/src/gallium/winsys/sw/xlib/Makefile.am +++ b/src/gallium/winsys/sw/xlib/Makefile.am @@ -30,3 +30,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libws_xlib.la libws_xlib_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript -- 2.30.2