linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] build: Include dependancies for ell/settings.[ch]
@ 2019-12-04 19:15 Brian Gix
  2019-12-05  0:28 ` Gix, Brian
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Gix @ 2019-12-04 19:15 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, inga.stotland

Including settings.[ch] in a build requires the following chained
dependancies:
PEM
CERT
KEY
PKSC5
BASE64
---
 Makefile.am | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

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 \
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] build: Include dependancies for ell/settings.[ch]
  2019-12-04 19:15 [PATCH BlueZ] build: Include dependancies for ell/settings.[ch] Brian Gix
@ 2019-12-05  0:28 ` Gix, Brian
  0 siblings, 0 replies; 2+ messages in thread
From: Gix, Brian @ 2019-12-05  0:28 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Stotland, Inga

Applied with spelling corrections

On Wed, 2019-12-04 at 11:15 -0800, Brian Gix wrote:
> Including settings.[ch] in a build requires the following chained
> dependancies:
> PEM
> CERT
> KEY
> PKSC5
> BASE64
> ---
>  Makefile.am | 18 +++++++++++++++++-
>  1 file changed, 17 insertions(+), 1 deletion(-)
> 
> 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 \

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-05  0:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04 19:15 [PATCH BlueZ] build: Include dependancies for ell/settings.[ch] Brian Gix
2019-12-05  0:28 ` Gix, Brian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).