build: Add cipher.[ch] from ell

This commit is contained in:
Denis Kenzior 2015-02-09 09:42:43 -06:00
parent 17dcd420c2
commit 735eba83e1
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ ell_sources = ell/ell.h ell/private.h \
ell/gvariant-util.c \
ell/siphash-private.h \
ell/siphash.c \
ell/hwdb.h ell/hwdb.c
ell/hwdb.h ell/hwdb.c \
ell/cipher.h ell/cipher.c
ell_libell_internal_la_SOURCES = $(ell_sources)