3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

build: Add ell/base64.[ch] and ell/cipher-private.h

This commit is contained in:
Marcel Holtmann 2015-08-06 23:20:00 +02:00
parent f912e63df5
commit 6371b5d48c

View File

@ -35,9 +35,11 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/siphash-private.h \ ell/siphash-private.h \
ell/siphash.c \ ell/siphash.c \
ell/hwdb.h ell/hwdb.c \ ell/hwdb.h ell/hwdb.c \
ell/cipher-private.h \
ell/cipher.h ell/cipher.c \ ell/cipher.h ell/cipher.c \
ell/random.h ell/random.c \ ell/random.h ell/random.c \
ell/uintset.h ell/uintset.c ell/uintset.h ell/uintset.c \
ell/base64.h ell/base64.c
ell_libell_internal_la_SOURCES = $(ell_sources) ell_libell_internal_la_SOURCES = $(ell_sources)