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

@ -20,7 +20,7 @@ all: $(TARGETS)
libSystem_OBJS = array.o buffer.o config.o error.o event.o hash.o object.o parser.o plugin.o string.o token.o
libSystem_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
libSystem_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
libSystem_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
libSystem.a: $(libSystem_OBJS)
$(AR) libSystem.a $(libSystem_OBJS)

View File

@ -8,7 +8,7 @@ dist=Makefile,token.h
[libSystem]
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
ldflags=-ldl -lsocket
ldflags=-ldl
install=$(LIBDIR)
[parser.c]