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>
This commit is contained in:
Cyril Brulebois 2010-11-12 12:18:59 +01:00 committed by Keith Packard
parent 14983286c4
commit 780754050b

View File

@ -81,8 +81,8 @@ Xdmx_SOURCES = dmx.c \
#endif
XDMX_LIBS = \
@XDMX_LIBS@ \
$(GLX_LIBS) \
@XDMX_LIBS@ \
input/libdmxinput.a \
config/libdmxconfig.a