build: Add new ell files

This commit is contained in:
Denis Kenzior 2018-04-19 10:23:54 -05:00
parent 32d846470b
commit ab9c5670f7
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/pkcs5-private.h \
ell/file.h ell/file.c \
ell/dbus-client.h ell/dbus-client.c \
ell/net.h ell/net.c
ell/net.h ell/net.c \
ell/dhcp.h ell/dhcp.c ell/dhcp-transport.c \
ell/dhcp-private.h ell/dhcp-lease.c
ell_libell_internal_la_SOURCES = $(ell_sources)