diff --git a/external/libtompoly-0.04/makefile b/external/libtompoly-0.04/makefile index af2503e..c14f34d 100644 --- a/external/libtompoly-0.04/makefile +++ b/external/libtompoly-0.04/makefile @@ -1,5 +1,5 @@ #Makefile for GCC by Tom St Denis -CFLAGS += -fPIC -I. -Os -Wall -W +CFLAGS += -fPIC -I. -Os -Wall -W -I../libtommath-0.42.0 VERSION=0.04 diff --git a/src/Makefile b/src/Makefile index 1f2182f..30f657e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -37,8 +37,8 @@ endif 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_OBJS = rand.o poly.o mem.o +PQC_HEADERS = err.h rand.h poly.h context.h # CUNIT_OBJS = cunit.o # includes