summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-04-01 02:34:08 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-04-05 13:00:02 +0100
commitba5eba500884c85792b3de38c90a70b4b11dc432 (patch)
tree02ce60a3435a1bf19b30224546ef5bf4b0bd37af /src/gallium/targets/pipe-loader
parent16c13aaeb87b296a60fd0898efc20984faf67565 (diff)
downloadexternal_mesa3d-ba5eba500884c85792b3de38c90a70b4b11dc432.zip
external_mesa3d-ba5eba500884c85792b3de38c90a70b4b11dc432.tar.gz
external_mesa3d-ba5eba500884c85792b3de38c90a70b4b11dc432.tar.bz2
automake: introduce GALLIUM_COMMON_LIB_DEPS
Rather than copying the core four dependencies all over gallium, introduce the above variable to avoid all the duplication. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76848 Tested-by: Vinson Lee <vlee@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index fa463ad..a35ef35 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -40,10 +40,7 @@ PIPE_LIBS = \
$(top_builddir)/src/gallium/drivers/rbug/librbug.la \
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
$(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \
- -lm \
- $(CLOCK_LIB) \
- $(PTHREAD_LIBS) \
- $(DLOPEN_LIBS)
+ $(GALLIUM_COMMON_LIB_DEPS)
AM_LDFLAGS = \
-module \