commit 7277380950ca952effbcb02a3c670907d79883bc from: Omar Polo date: Thu Feb 22 14:17:44 2024 UTC unbreak tests; parser_gophermap.c now needs iri too commit - 56ba73922d8807f5f6dab63023ced690c6fa8e25 commit + 7277380950ca952effbcb02a3c670907d79883bc blob - 6e21f96ddc3bb3a86a4b85a6067032d23ffb9caf blob + ee10d92f8599b59cc2f1bb15cd19ea0fed09010a --- test/Makefile.am +++ test/Makefile.am @@ -4,6 +4,8 @@ gmparser_SOURCES = gmparser.c \ $(top_srcdir)/compat.h \ $(top_srcdir)/hist.c \ $(top_srcdir)/hist.h \ + $(top_srcdir)/iri.c \ + $(top_srcdir)/iri.h \ $(top_srcdir)/parser.c \ $(top_srcdir)/parser.h \ $(top_srcdir)/parser_gophermap.c \