From fd1521233042db452fe7bc17e0100a8cdeee9aa3 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 8 Jun 2015 09:38:52 -0500 Subject: [PATCH] build: Add ell/uintset.[ch] --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5b10a90a..8bd80e02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,8 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \ ell/siphash.c \ ell/hwdb.h ell/hwdb.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_libell_internal_la_SOURCES = $(ell_sources)