summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-08-04 17:04:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-13 10:30:16 +1000
commit33243ae971db90477a29dfb0e51cc00c95e561bc (patch)
treef98e9d78927d1d991b937ae4eaa2432386d341a4 /hw/dmx
parent2d46678762b12c9746fc8f89821c15705680ba35 (diff)
dmx: include xfixes lib, reshuffle include order to resolve linker errors.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index 9e9b39a19..095c54223 100644
--- a/hw/dmx/Makefile.am
+++ b/hw/dmx/Makefile.am
@@ -86,7 +86,8 @@ XDMX_LIBS = \
input/libdmxinput.a \
config/libdmxconfig.a \
$(MAIN_LIB) \
- $(XSERVER_LIBS)
+ $(XSERVER_LIBS) \
+ $(top_srcdir)/xfixes/libxfixes.la
Xdmx_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
Xdmx_DEPENDENCIES= $(XDMX_LIBS)