Re-generated Makefile

This commit is contained in:
Pierre Pronchery 2010-11-12 14:50:47 +00:00
parent f2d7a240ff
commit 25fe4dc23f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ DESTDIR =
LIBDIR = $(PREFIX)/lib
CC = cc
CPPFLAGSF= -I ../include
CPPFLAGS= -D WITH_SSL
CPPFLAGS= -DWITH_SSL
CFLAGSF = -W -Wall -fPIC
CFLAGS = -g -O2 -pedantic
AR = ar -rc

View File

@ -1,6 +1,6 @@
targets=libSystem
cppflags_force=-I ../include
cppflags=-D WITH_SSL
cppflags=-DWITH_SSL
cflags_force=-W -Wall -fPIC
cflags=-g -O2 -pedantic
dist=Makefile,appinterface.h,token.h