BUILD: update Makefile for mem.o

This commit is contained in:
hasufell 2014-04-20 19:51:45 +02:00 committed by malte
parent 01c301afdd
commit a4603877f9
1 changed files with 2 additions and 2 deletions

View File

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