From 3300cbe06a9567c66ee63f3866bcbcf3430e0205 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 27 Jan 2021 10:47:49 +0000 Subject: initial punycode support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c600dd3..576b49c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ lex.yy.c: lex.l y.tab.c y.tab.c: parse.y ${YACC} -b y -d parse.y -SRCS = gmid.c iri.c utf8.c ex.c server.c sandbox.c mime.c +SRCS = gmid.c iri.c utf8.c ex.c server.c sandbox.c mime.c puny.c OBJS = ${SRCS:.c=.o} lex.yy.o y.tab.o ${COMPAT} gmid: ${OBJS} -- cgit v1.2.3