summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2010-11-12 12:18:59 +0100
committerKeith Packard <keithp@keithp.com>2010-12-07 09:24:16 -0800
commit780754050bc9cb1489f92a2a890ab5665e3e6358 (patch)
tree39c55d9bd154f259571cfda6e23e40bff500cdbe
parent14983286c489ea1ec6ba4fadbeaec5c2d2ee34e1 (diff)
Fix GLX_LIBS vs. DMX_LIBS order.
If glxproxy needs symbols which aren't pulled in by dmx itself, glxproxy fails to link because of undefined references. Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/dmx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index 0d0634628..5c16dc330 100644
--- a/hw/dmx/Makefile.am
+++ b/hw/dmx/Makefile.am
@@ -81,8 +81,8 @@ Xdmx_SOURCES = dmx.c \
#endif
XDMX_LIBS = \
- @XDMX_LIBS@ \
$(GLX_LIBS) \
+ @XDMX_LIBS@ \
input/libdmxinput.a \
config/libdmxconfig.a