build: Add uintset.[ch] to ell files

This commit is contained in:
Denis Kenzior 2018-12-19 11:01:16 -06:00
parent 7c2f9c77de
commit 0b5ed6049a
1 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,8 @@ ell_headers = ell/util.h \
ell/checksum.h \
ell/random.h \
ell/uuid.h \
ell/file.h
ell/file.h \
ell/uintset.h
ell_sources = ell/private.h \
ell/missing.h \
@ -48,7 +49,8 @@ ell_sources = ell/private.h \
ell/checksum.c \
ell/random.c \
ell/uuid.c \
ell/file.c
ell/file.c \
ell/uintset.c
ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources)
endif