From: Martin Mares Date: Sat, 25 Aug 2007 18:49:17 +0000 (+0200) Subject: Setting of LIBS is no longer necessary. X-Git-Tag: holmes-import~506^2~13^2~79 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2c231515ea791d45d206dacfe0268341bb7fdfd0;p=libucw.git Setting of LIBS is no longer necessary. --- diff --git a/lib/Makefile b/lib/Makefile index a3343075..fe3d0ff0 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -64,7 +64,6 @@ LIBUCW_INCLUDES= \ ifdef CONFIG_UCW_THREADS # Some modules require threading -LIBS+=-lpthread LIBUCW_MODS+=threads-conf workqueue asio fb-direct LIBUCW_INCLUDES+=workqueue.h semaphore.h asio.h endif