From 456dff26e0eadb23af1e094c8fe8ddfada837325 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 28 Apr 2014 12:19:26 +0200 Subject: [PATCH] BUILD: remove non-existing header from build --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1f2182f..d7335a7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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