diff options
Diffstat (limited to 'pinentry')
-rw-r--r-- | pinentry/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |