diff options
| -rw-r--r-- | devel/Makefile | 6 | ||||
| -rw-r--r-- | security/Makefile | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d6980bafa942..500c19f93abf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -228,9 +228,15 @@ SUBDIR += avro-cpp SUBDIR += awless SUBDIR += aws-c-common + SUBDIR += aws-c-compression SUBDIR += aws-c-event-stream + SUBDIR += aws-c-http SUBDIR += aws-c-io + SUBDIR += aws-c-mqtt + SUBDIR += aws-c-s3 + SUBDIR += aws-c-sdkutils SUBDIR += aws-checksums + SUBDIR += aws-crt-cpp SUBDIR += aws-sdk-cpp SUBDIR += aws-sdk-php SUBDIR += awscli diff --git a/security/Makefile b/security/Makefile index ddea687fb5ad..7ea89746c071 100644 --- a/security/Makefile +++ b/security/Makefile @@ -36,6 +36,7 @@ SUBDIR += assh SUBDIR += authenticator SUBDIR += autossh + SUBDIR += aws-c-auth SUBDIR += aws-c-cal SUBDIR += aws-iam-authenticator SUBDIR += aws-vault |
