summaryrefslogtreecommitdiff
path: root/hw/kdrive/i810
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@openedhand.com>2007-09-05 17:46:49 +0200
committerDodji Seketeli <dodji@openedhand.com>2007-09-05 17:46:49 +0200
commit6c89d1237c4fdce961b30a8eaee964af5d56565e (patch)
treec3a4e3f507c2f9cb4c5e0b734ae6e37b8d52ff94 /hw/kdrive/i810
parent28e48cd8e6e4c412a49d7177daad6d3c93c28e08 (diff)
Kdrive: unbreak kdrive linking
* configure.ac: re-sort Kdrive libs so that symbols get properly resolved. Basically, all some libs are present in both $KDRIVE_LIBS and $XSERVER_LIBS, and some libs orders are not correct. So I made sure Kdrive servers don't have to link against $KDRIVE_LIBS *and* $XSERVER_LIBS. They just have to link against $KDRIVE_LIBS now. * hw/kdrive/*/Makefile.am: update those makefile to reflect the change in configure.ac
Diffstat (limited to 'hw/kdrive/i810')
-rw-r--r--hw/kdrive/i810/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/kdrive/i810/Makefile.am b/hw/kdrive/i810/Makefile.am
index e3a702dde..ea02cb67d 100644
--- a/hw/kdrive/i810/Makefile.am
+++ b/hw/kdrive/i810/Makefile.am
@@ -25,8 +25,7 @@ I810_LIBS = \
Xi810_LDADD = \
$(I810_LIBS) \
- @KDRIVE_LIBS@ \
- @XSERVER_LIBS@
+ @KDRIVE_LIBS@
Xi810_DEPENDENCIES = \
libi810.a \