diff options
author | Emil Velikov <[email protected]> | 2014-08-17 20:15:07 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-28 21:24:39 +0100 |
commit | 95603e259b6afdab50c4330696a8fbede80327f1 (patch) | |
tree | 0899ea6641a30d5f5ecd44a44e26697f183797be /src/gallium/winsys/sw/null/Makefile.am | |
parent | f0ae81cc1317a144626f2d0160942936a4c20457 (diff) |
winsys/sw: automake: consistently use Makefile.sources
- Include the headers within.
- Update scons to use them.
- Drop useless include (gallium/drivers) from scons.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/winsys/sw/null/Makefile.am')
-rw-r--r-- | src/gallium/winsys/sw/null/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/sw/null/Makefile.am b/src/gallium/winsys/sw/null/Makefile.am index 17b52ccd617..5446623c61b 100644 --- a/src/gallium/winsys/sw/null/Makefile.am +++ b/src/gallium/winsys/sw/null/Makefile.am @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ @@ -27,4 +28,4 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libws_null.la -libws_null_la_SOURCES = null_sw_winsys.c +libws_null_la_SOURCES = $(C_SOURCES) |