Fix kdrive build by linking in libexa before KDRIVE_LIBS.

This commit is contained in:
Donnie Berkholz 2006-04-17 07:10:31 +00:00
parent 0e62d92d5b
commit ba632f697a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-04-17 Donnie Berkholz <spyderous@gentoo.org>
* hw/kdrive/ephyr/Makefile.am:
Fix kdrive build by linking in libexa before KDRIVE_LIBS.
2006-04-14 Adam Jackson <ajax@freedesktop.org>
* hw/dmx/dmxpixmap.c:

View File

@ -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 \