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/pipe-loader | |
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/pipe-loader')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am index ccdbea56d7a..1204c79e134 100644 --- a/src/gallium/auxiliary/pipe-loader/Makefile.am +++ b/src/gallium/auxiliary/pipe-loader/Makefile.am @@ -8,10 +8,7 @@ AM_CPPFLAGS = $(DEFINES) \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/winsys -noinst_LTLIBRARIES = - -if HAVE_LOADER_GALLIUM -noinst_LTLIBRARIES += libpipe_loader.la +noinst_LTLIBRARIES = libpipe_loader.la noinst_LTLIBRARIES += libpipe_loader_client.la COMMON_SOURCES = \ @@ -43,5 +40,3 @@ libpipe_loader_client_la_CFLAGS = \ libpipe_loader_client_la_SOURCES = $(COMMON_SOURCES) libpipe_loader_client_la_LIBADD = $(COMMON_LIBADD) \ $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) - -endif |