3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

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

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)