BUILD: remove non-existing header from build
This commit is contained in:
parent
f01210e1f2
commit
456dff26e0
@ -38,7 +38,7 @@ LIBS += -L.
|
|||||||
|
|
||||||
# objects
|
# objects
|
||||||
PQC_OBJS = rand.o poly.o keypair.o mem.o
|
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
|
# CUNIT_OBJS = cunit.o
|
||||||
|
|
||||||
# includes
|
# includes
|
||||||
|
Loading…
Reference in New Issue
Block a user