diff --git a/src/project.conf b/src/project.conf index 5d59c97..7012ced 100644 --- a/src/project.conf +++ b/src/project.conf @@ -10,7 +10,7 @@ dist=Makefile,token.h,python/project.conf,python/Makefile,python/libSystem.c,pyt [libSystem] type=library sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,mutator.c,object.c,parser.c,plugin.c,string.c,token.c,variable.c -ldflags=-ldl -lsocket -lws2_32 +ldflags=-ldl -lws2_32 install=$(LIBDIR) [parser.c]