summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-08 23:52:47 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-09-09 19:45:24 +0100
commit3d8b53ffb4ce4feff8326a62354386c9bc0bca27 (patch)
tree75261d6336092c0845587fffd1ffad0cc2c363d4 /src/gallium/Makefile.am
parent44ec468e8033553c26a112cebba41c343db00eb1 (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 <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 3cefb2ff6f9..6018e9f7253 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -121,7 +121,7 @@ EXTRA_DIST = \
## Gallium state trackers and their users (targets)
##
-if NEED_GALLIUM_LOADER
+if HAVE_LOADER_GALLIUM
SUBDIRS += targets/pipe-loader
endif