Compile with SSL by default
This commit is contained in:
parent
c2bf9facd6
commit
ec87f0b5cd
|
@ -1,4 +1,5 @@
|
|||
targets=libSystem
|
||||
cppflags=-D WITH_SSL
|
||||
cflags_force=-W -Wall -ansi -fPIC -I ../include
|
||||
cflags=-g -O2
|
||||
dist=Makefile,appinterface.h
|
||||
|
@ -7,6 +8,7 @@ dist=Makefile,appinterface.h
|
|||
[libSystem]
|
||||
type=library
|
||||
sources=appclient.c,appinterface.c,appserver.c,array.c,buffer.c,config.c,error.c,event.c,hash.c,string.c
|
||||
ldflags=-l ssl
|
||||
|
||||
[appclient.c]
|
||||
depends=appinterface.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user