numerous fixes

This commit is contained in:
Christoph Prüßner
2014-05-03 17:18:23 +02:00
parent c326654f14
commit 4e6bb38260
2 changed files with 8 additions and 8 deletions

View File

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