1--- lib/Makefile.am.orig 2022-04-25 20:56:39 UTC 2+++ lib/Makefile.am 3@@ -35,7 +35,8 @@ noinst_LIBRARIES = libeu.a 4 5 libeu_a_SOURCES = xasprintf.c xstrdup.c xstrndup.c xmalloc.c next_prime.c \ 6 crc32.c crc32_file.c \ 7- color.c error.c printversion.c 8+ color.c error.c printversion.c \ 9+ error.c obstack.c obstack_printf.c 10 11 noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \ 12 eu-config.h color.h printversion.h bpf.h \ 13