about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-04 00:25:51 -0500
committerJune McEnroe <june@causal.agency>2020-12-15 18:13:30 -0500
commitbf84b40f8160185184aa185b7671b2fbb5713eec (patch)
treeb937d2c8b600ab96ea0aa712673dc7b9b0a8a179 /Makefile
parentUpdate README build instructions (diff)
downloadnotemap-bf84b40f8160185184aa185b7671b2fbb5713eec.tar.gz
notemap-bf84b40f8160185184aa185b7671b2fbb5713eec.zip
Implement getservinfo for SRV lookup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5fac27e..1fd5a03 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ LDLIBS = -ltls
 
 -include config.mk
 
+OBJS += getservinfo.o
 OBJS += imap.o
 OBJS += notemap.o