From cd2ae94337aa32e54f6a89945c2069024aad6d12 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 4 Jul 2018 12:21:30 +0200 Subject: gl: Add signing UI for Digital Signatures. All the "Sign" button does for now is recreate the appearance stream. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50ba532f..a97610fe 100644 --- a/Makefile +++ b/Makefile @@ -218,8 +218,8 @@ ifeq ($(HAVE_GLUT),yes) MUVIEW_GLUT_SRC += $(sort $(wildcard platform/gl/*.c)) MUVIEW_GLUT_OBJ := $(MUVIEW_GLUT_SRC:%.c=$(OUT)/%.o) MUVIEW_GLUT_EXE := $(OUT)/mupdf-gl - $(MUVIEW_GLUT_EXE) : $(MUVIEW_GLUT_OBJ) $(MUPDF_LIB) $(THIRD_LIB) $(GLUT_LIB) - $(LINK_CMD) $(THIRD_LIBS) $(WIN32_LDFLAGS) $(GLUT_LIBS) + $(MUVIEW_GLUT_EXE) : $(MUVIEW_GLUT_OBJ) $(MUPDF_LIB) $(THIRD_LIB) $(PKCS7_LIB) $(GLUT_LIB) + $(LINK_CMD) $(THIRD_LIBS) $(LIBCRYPTO_LIBS) $(WIN32_LDFLAGS) $(GLUT_LIBS) INSTALL_APPS += $(MUVIEW_GLUT_EXE) endif -- cgit v1.2.3