diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-04 17:04:08 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-13 10:30:16 +1000 |
commit | 33243ae971db90477a29dfb0e51cc00c95e561bc (patch) | |
tree | f98e9d78927d1d991b937ae4eaa2432386d341a4 /hw/dmx | |
parent | 2d46678762b12c9746fc8f89821c15705680ba35 (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.am | 3 |
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) |