From 9acc21de7e4ede15ef846995428e6a394e230f2d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 4 Dec 2020 00:25:51 -0500 Subject: Implement getservinfo for SRV lookup --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43fcb0d..595737f 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ OBJS += atom.o OBJS += concat.o OBJS += decode.o OBJS += export.o +OBJS += getservinfo.o OBJS += html.o OBJS += imap.o OBJS += mbox.o -- cgit 1.4.1