commit ebdfb05bcdd625d0722a8b72220647eb014997fb from: Thomas Adam date: Sat Feb 12 17:33:12 2022 UTC portable: add murmurhash2 to deltify test Add missing include for the deltify test now that it depends on murmurhash2. commit - 47d17b68f906d072833d118bf6275881baac9a36 commit + ebdfb05bcdd625d0722a8b72220647eb014997fb blob - cad0455ed2f574e43f4f29930658204783d907c4 blob + dc5d03689329e212eee85e5ba3f24ade3e7946b8 --- Makefile.am +++ Makefile.am @@ -70,6 +70,7 @@ regress-deltify: $(top_srcdir)/lib/error.c \ $(top_srcdir)/lib/opentemp.c \ $(top_srcdir)/lib/sha1.c \ + $(top_srcdir)/lib/murmurhash2.c \ -L$(top_builddir)/compat -lopenbsd-compat $(LIBS) && \ $(top_builddir)/regress/deltify/deltify_test