BUILD: update Makefile for mem.o

This commit is contained in:
2014-04-20 19:51:45 +02:00
parent 5d875ca847
commit f8c3dc9790

View File

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