BUILD: remove non-existing header from build

This commit is contained in:
hasufell 2014-04-28 12:19:26 +02:00
parent db18108a45
commit 7c8a7580f5
1 changed files with 1 additions and 1 deletions

View File

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