build: Add new dbus-client.[ch] files from ell

This commit is contained in:
Denis Kenzior 2017-12-06 15:05:06 -06:00
parent 074fb7df56
commit dd867a1e13
1 changed files with 2 additions and 1 deletions

View File

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