BUILD: add keypair to build

This commit is contained in:
2014-05-25 00:58:01 +02:00
parent 574bbec067
commit 805559a8ca

View File

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