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
1 changed files with 3 additions and 1 deletions

View File

@ -35,9 +35,11 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/siphash-private.h \
ell/siphash.c \
ell/hwdb.h ell/hwdb.c \
ell/cipher-private.h \
ell/cipher.h ell/cipher.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)