diff options
author | Emil Velikov <[email protected]> | 2015-06-29 13:08:06 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-13 19:57:34 +0100 |
commit | c73d30dfe90d9aa096fc64024612a6543bd748c7 (patch) | |
tree | 9da9e8df80dfae3620f30777c700467fa67364de /src/gallium/targets/dri | |
parent | abc20120e4aa5a3782f40f7d4a7c6a4f953fca9c (diff) |
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Cc: Rob Clark <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri')
-rw-r--r-- | src/gallium/targets/dri/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index 96483964589..7c86ea13652 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -95,8 +95,7 @@ else # HAVE_GALLIUM_STATIC_TARGETS gallium_dri_la_LIBADD += \ $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \ - $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \ - $(GALLIUM_PIPE_LOADER_LIBS) + $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) endif # HAVE_GALLIUM_STATIC_TARGETS |