From 467a4930ad42f403dfd16bfd9693ade245909daf Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Wed, 4 Dec 2019 11:15:16 -0800 Subject: build: Include dependencies for ell/settings.[ch] Including settings.[ch] in a build requires the following chained dependencies: PEM CERT KEY PKSC5 BASE64 --- Makefile.am | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8d419fb30..836a4fcd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,12 +121,22 @@ ell_headers = ell/util.h \ ell/io.h \ ell/idle.h \ ell/main.h \ + ell/settings.h \ ell/strv.h \ ell/string.h \ ell/utf8.h \ ell/dbus.h \ ell/dbus-service.h \ - ell/dbus-client.h + ell/dbus-client.h \ + ell/key.h \ + ell/cert.h \ + ell/pem.h \ + ell/base64.h \ + ell/pkcs5.h \ + ell/asn1-private.h \ + ell/pkcs5-private.h \ + ell/cert-private.h \ + ell/pem-private.h ell_sources = ell/private.h ell/missing.h \ ell/util.c \ @@ -139,10 +149,16 @@ ell_sources = ell/private.h ell/missing.h \ ell/io.c \ ell/idle.c \ ell/main.c \ + ell/settings.c \ ell/strv.c \ ell/string.c \ ell/cipher.c \ ell/checksum.c \ + ell/pem.c \ + ell/cert.c \ + ell/key.c \ + ell/pkcs5.c \ + ell/base64.c \ ell/utf8.c \ ell/dbus-private.h \ ell/dbus.c \ -- cgit v1.2.1