build: Fix build issue with ELL and hashing function for bloom filters

This commit is contained in:
Marcel Holtmann 2014-08-15 21:04:04 +02:00
parent d57006ae23
commit 4a84a19b28
1 changed files with 3 additions and 1 deletions

View File

@ -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)