diff options
author | Emil Velikov <[email protected]> | 2014-09-08 23:52:47 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-09 19:45:24 +0100 |
commit | 3d8b53ffb4ce4feff8326a62354386c9bc0bca27 (patch) | |
tree | 75261d6336092c0845587fffd1ffad0cc2c363d4 /src/gallium/auxiliary/Makefile.am | |
parent | 44ec468e8033553c26a112cebba41c343db00eb1 (diff) |
automake: remove obsolete NEED_GALLIUM_LOADER
Superseded by HAVE_LOADER_GALLIUM. The latter has a *DRM* brethren
making the whose easier on which one to keep.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.am')
-rw-r--r-- | src/gallium/auxiliary/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index 493d306f614..4d8ba89cc98 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -1,5 +1,9 @@ AUTOMAKE_OPTIONS = subdir-objects +if HAVE_LOADER_GALLIUM +SUBDIRS := pipe-loader +endif + include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc |