]> mj.ucw.cz Git - libucw.git/commitdiff
Setting of LIBS is no longer necessary.
authorMartin Mares <mj@ucw.cz>
Sat, 25 Aug 2007 18:49:17 +0000 (20:49 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Aug 2007 18:49:17 +0000 (20:49 +0200)
lib/Makefile

index a33430757c8f9463e68272ecb6d192d3329f0983..fe3d0ff02062d2521119b96b01c4214a073ec2c8 100644 (file)
@@ -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