BUILD: add keypair to build

This commit is contained in:
hasufell 2014-05-25 00:58:01 +02:00
parent 574bbec067
commit 805559a8ca
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 2 deletions

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