From 4a84a19b28a215f4370d5aa199b432df981aa3bc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 15 Aug 2014 21:04:04 +0200 Subject: [PATCH] build: Fix build issue with ELL and hashing function for bloom filters --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c0ec07b2..6b70c51f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,9 @@ ell_sources = ell/ell.h ell/private.h \ ell/dbus-message.c \ ell/dbus-service.h ell/dbus-service.c \ ell/gvariant-private.h \ - ell/gvariant-util.c + ell/gvariant-util.c \ + ell/siphash-private.h \ + ell/siphash.c ell_libell_internal_la_SOURCES = $(ell_sources)