linking the kdrive

Tiago Vignatti vignatti at c3sl.ufpr.br
Tue Jun 26 22:05:28 PDT 2007


Seems that the kdrive isn't relinking correctly its src and linux
directories. I've checked the Makefile.am rules and nothing seems
strange. After, I explicit wrote the lib file (which is already on the
KDRIVE_LIBS) and all looks like expected, as it follows below. Is this
an automake bug/feature or am I missing something?


diff --git a/config/config.c b/config/config.c
diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am
index 1e820c0..199e5a4 100644
--- a/hw/kdrive/ephyr/Makefile.am
+++ b/hw/kdrive/ephyr/Makefile.am
@@ -27,6 +27,7 @@ Xephyr_LDADD =
         \
         libxephyr.a                                     \
         libxephyr-hostx.a                               \
         ../../../exa/libexa.la                          \
+       ../src/libkdrive.a                              \
         @KDRIVE_LIBS@                                   \
          @XEPHYR_LIBS@

diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c


regards

-- 
Tiago Vignatti
C3SL - Centro de Computação Científica e Software Livre
www.c3sl.ufpr.br



More information about the xorg mailing list