Various typos

This commit is contained in:
Olof Hagsand 2022-08-26 12:22:30 +00:00
parent a516ee173d
commit 70ed85f413
4 changed files with 5 additions and 3 deletions

View file

@ -103,8 +103,10 @@ APPSRC += clixon_netconf_ssh_callhome.c
APPSRC += clixon_netconf_ssh_callhome_client.c
ifdef with_restconf
APPSRC += clixon_util_stream.c # Needs curl
ifeq ($(with_restconf), native)
APPSRC += clixon_restconf_callhome_client.c
endif
endif
ifdef with_http2
APPSRC += clixon_util_ssl.c # requires http/2
#APPSRC += clixon_util_grpc.c # work in progress