Merge remote-tracking branch 'OberMaster/master'

This commit is contained in:
Christoph Prüßner 2014-05-03 16:13:25 +02:00
commit c326654f14
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#Makefile for GCC by Tom St Denis
CFLAGS += -fPIC -I. -Os -Wall -W
CFLAGS += -fPIC -I. -Os -Wall -W -I../libtommath-0.42.0
VERSION=0.04

View File

@ -37,8 +37,8 @@ endif
LIBS += -L.
# objects
PQC_OBJS = rand.o poly.o keypair.o mem.o
PQC_HEADERS = err.h rand.h poly.h context.h keypair.h
PQC_OBJS = rand.o poly.o mem.o
PQC_HEADERS = err.h rand.h poly.h context.h
# CUNIT_OBJS = cunit.o
# includes