diff --git a/pinentry/Makefile b/pinentry/Makefile index eace1bf..4de2470 100644 --- a/pinentry/Makefile +++ b/pinentry/Makefile @@ -1,7 +1,8 @@ include ../config.mk -SRC = util.c pinentry.c argparse.c password-cache.c +SRC = util.c pinentry.c argparse.c password-cache.c secmem.c OBJ = ${SRC:.c=.o} +CFLAGS += -DHAVE_MLOCK all: pinentry