diff options
author | Kevin E Martin <kem@redhat.com> | 2009-09-26 13:09:52 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-26 13:09:52 +1000 |
commit | fc9d733bab3ff0e4e51b19c73b66196dca563a70 (patch) | |
tree | e27a011292ffb6150e92a3f23e36df0657d58ff6 /hw/dmx | |
parent | e7c2598f565e8252dd66ee3e6212b310856476cb (diff) |
dmx: reshuffle linker order to avoid errors when MITSHM is undefined.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am index b31fbb85c..3c59320e1 100644 --- a/hw/dmx/Makefile.am +++ b/hw/dmx/Makefile.am @@ -84,10 +84,7 @@ XDMX_LIBS = \ @XDMX_LIBS@ \ $(GLX_LIBS) \ input/libdmxinput.a \ - config/libdmxconfig.a \ - $(MAIN_LIB) \ - $(XSERVER_LIBS) \ - $(top_builddir)/xfixes/libxfixes.la + config/libdmxconfig.a Xdmx_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) Xdmx_DEPENDENCIES= $(XDMX_LIBS) |