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:
parent
d57006ae23
commit
4a84a19b28
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user