diff options
author | Emil Velikov <[email protected]> | 2014-04-01 02:46:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-04-05 13:00:14 +0100 |
commit | 16372969c7ec7b5b9f5da49626e7ceea57da1efe (patch) | |
tree | aa7df14f697e10203bee031add2005748ac118fa /src/gallium/drivers/nouveau/Makefile.am | |
parent | c8129604ef8a8c4e71e304b4deb66ebb818a7758 (diff) |
drivers/nouveau: use GALLIUM_COMMON_LIB_DEPS
Cc: Ilia Mirkin <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.am')
-rw-r--r-- | src/gallium/drivers/nouveau/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.am b/src/gallium/drivers/nouveau/Makefile.am index f0044226d2f..27f829f2da3 100644 --- a/src/gallium/drivers/nouveau/Makefile.am +++ b/src/gallium/drivers/nouveau/Makefile.am @@ -49,5 +49,4 @@ nouveau_compiler_LDADD = \ libnouveau.la \ ../../auxiliary/libgallium.la \ -lstdc++ \ - -lm \ - $(DLOPEN_LIBS) + $(GALLIUM_COMMON_LIB_DEPS) |