From 8f6d0a2c1c54542ec32a627054bfe1d015480c87 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 14 Apr 2020 11:07:33 -0400 Subject: Add decoding stubs --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8e63376..935f25e 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ LDLIBS = -ltls OBJS += archive.o OBJS += atom.o OBJS += concat.o +OBJS += decode.o OBJS += export.o OBJS += html.o OBJS += imap.o -- cgit 1.4.1