From 6371b5d48c173df7a903c9d3b9d8f6e33d676ed2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 6 Aug 2015 23:20:00 +0200 Subject: [PATCH] build: Add ell/base64.[ch] and ell/cipher-private.h --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 63b9c0ee..85a2d57e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)