From ba632f697a782cd47870705b6cecaac2c60d30ff Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Mon, 17 Apr 2006 07:10:31 +0000 Subject: [PATCH] Fix kdrive build by linking in libexa before KDRIVE_LIBS. --- ChangeLog | 5 +++++ hw/kdrive/ephyr/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 \