From ebbe6797c9f96820aedeed6a77328da3c85b4bad Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 9 Dec 2006 20:02:33 +0100 Subject: [PATCH] Don't forget to build fb-direct. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 2b380b5e..8f25ba2d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -57,7 +57,7 @@ LIBUCW_INCLUDES= \ ifdef CONFIG_UCW_THREADS # Some modules require threading LIBS+=-lpthread -LIBUCW_MODS+=workqueue asio +LIBUCW_MODS+=workqueue asio fb-direct LIBUCW_INCLUDES+=workqueue.h asio.h endif -- 2.39.2