Fix kdrive build by linking in libexa before KDRIVE_LIBS.
This commit is contained in:
parent
0e62d92d5b
commit
ba632f697a
|
@ -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>
|
2006-04-14 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* hw/dmx/dmxpixmap.c:
|
* hw/dmx/dmxpixmap.c:
|
||||||
|
|
|
@ -31,11 +31,11 @@ Xephyr_SOURCES = \
|
||||||
Xephyr_LDADD = \
|
Xephyr_LDADD = \
|
||||||
libxephyr.a \
|
libxephyr.a \
|
||||||
libxephyr-hostx.a \
|
libxephyr-hostx.a \
|
||||||
|
../../../exa/libexa.la \
|
||||||
@KDRIVE_LIBS@ \
|
@KDRIVE_LIBS@ \
|
||||||
@KDRIVE_LIBS@ \
|
@KDRIVE_LIBS@ \
|
||||||
$(TSLIB_LIBS) \
|
$(TSLIB_LIBS) \
|
||||||
@XEPHYR_LIBS@ \
|
@XEPHYR_LIBS@
|
||||||
../../../exa/libexa.la
|
|
||||||
|
|
||||||
Xephyr_DEPENDENCIES = \
|
Xephyr_DEPENDENCIES = \
|
||||||
libxephyr.a \
|
libxephyr.a \
|
||||||
|
|
Loading…
Reference in New Issue