From 60d338546eceb7dd1ddaded97ef72bff8406c811 Mon Sep 17 00:00:00 2001
From: Boiko <boiko@ageless.conectiva>
Date: Thu, 8 Jun 2006 14:13:35 -0300
Subject: [PATCH] kdrive compilation is broken because of some missing ld flags
---
 Makefile.am    |    2 +-
 os/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3b2dc3c..08a17f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@ SUBDIRS = \
 	mi \
 	Xext \
 	miext \
+	$(LBX_DIR) \
 	os \
 	randr \
 	render  \
@@ -69,7 +70,6 @@ SUBDIRS = \
 	$(XTRAP_DIR) \
 	$(COMPOSITE_DIR) \
 	$(GLX_DIR) \
-	$(LBX_DIR) \
 	exa \
 	hw \
 	$(XPDDX_DIR) \
diff --git a/os/Makefile.am b/os/Makefile.am
index a17a5a2..61dfa67 100644
--- a/os/Makefile.am
+++ b/os/Makefile.am
@@ -41,6 +41,7 @@ endif
 
 if LBX
 libos_la_SOURCES += $(LBX_SOURCES)
+libos_la_LIBADD = $(top_builddir)/lbx/liblbx.la -llbxutil 
 endif
 
 if NEED_STRLCAT
-- 
1.4.0

