build: Add ell/uintset.[ch]

This commit is contained in:
Denis Kenzior 2015-06-08 09:38:52 -05:00
parent 1b4a3f19f3
commit fd15212330
1 changed files with 2 additions and 1 deletions

View File

@ -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)