No longer needs -lsocket

This commit is contained in:
Pierre Pronchery 2011-03-30 01:32:28 +00:00
parent f9cbc155e6
commit 4106386a32
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ dist=Makefile,token.h
[libSystem] [libSystem]
type=library type=library
sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c
ldflags=-ldl -lsocket ldflags=-ldl
install=$(LIBDIR) install=$(LIBDIR)
[parser.c] [parser.c]