diff --git a/ChangeLog b/ChangeLog index 354d580d6..792cf6d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-17 Donnie Berkholz + + * hw/kdrive/ephyr/Makefile.am: + Fix kdrive build by linking in libexa before KDRIVE_LIBS. + 2006-04-14 Adam Jackson * hw/dmx/dmxpixmap.c: diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am index 43b4dcc85..f423bfe40 100644 --- a/hw/kdrive/ephyr/Makefile.am +++ b/hw/kdrive/ephyr/Makefile.am @@ -31,11 +31,11 @@ Xephyr_SOURCES = \ Xephyr_LDADD = \ libxephyr.a \ libxephyr-hostx.a \ + ../../../exa/libexa.la \ @KDRIVE_LIBS@ \ @KDRIVE_LIBS@ \ $(TSLIB_LIBS) \ - @XEPHYR_LIBS@ \ - ../../../exa/libexa.la + @XEPHYR_LIBS@ Xephyr_DEPENDENCIES = \ libxephyr.a \