Compile with SSL by default

This commit is contained in:
Pierre Pronchery 2007-12-12 15:42:48 +00:00
parent c2bf9facd6
commit ec87f0b5cd

View File

@ -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