build: Add net.[ch] from ell

This commit is contained in:
Denis Kenzior 2018-04-10 00:18:11 -05:00
parent ad93f4d203
commit 6de76f97b4
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/pkcs5.h ell/pkcs5.c \
ell/pkcs5-private.h \
ell/file.h ell/file.c \
ell/dbus-client.h ell/dbus-client.c
ell/dbus-client.h ell/dbus-client.c \
ell/net.h ell/net.c
ell_libell_internal_la_SOURCES = $(ell_sources)