Fixed name of folder. Without this you will see the following error when making freeswitch
making all mod_aws_transcribe
make[4]: Entering directory '/usr/local/src/freeswitch/src/mod/applications/mod_aws_transcribe'
CXX mod_aws_transcribe_la-aws_transcribe_glue.lo
aws_transcribe_glue.cpp:19:10: fatal error: aws/transcribestreaming/TranscribeStreamingServiceClient.h: No such file or directory
include <aws/transcribestreaming/TranscribeStreamingServiceClient.h>
Fixed name of folder. Without this you will see the following error when making freeswitch
making all mod_aws_transcribe make[4]: Entering directory '/usr/local/src/freeswitch/src/mod/applications/mod_aws_transcribe' CXX mod_aws_transcribe_la-aws_transcribe_glue.lo aws_transcribe_glue.cpp:19:10: fatal error: aws/transcribestreaming/TranscribeStreamingServiceClient.h: No such file or directory
include <aws/transcribestreaming/TranscribeStreamingServiceClient.h>
compilation terminated. Makefile:760: recipe for target 'mod_aws_transcribe_la-aws_transcribe_glue.lo' failed make[4]: [mod_aws_transcribe_la-aws_transcribe_glue.lo] Error 1 make[4]: Leaving directory '/usr/local/src/freeswitch/src/mod/applications/mod_aws_transcribe' Makefile:705: recipe for target 'mod_aws_transcribe-all' failed make[3]: [mod_aws_transcribe-all] Error 1 make[3]: Leaving directory '/usr/local/src/freeswitch/src/mod' Makefile:611: recipe for target 'all-recursive' failed make[2]: [all-recursive] Error 1 make[2]: Leaving directory '/usr/local/src/freeswitch/src' Makefile:5370: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/usr/local/src/freeswitch' Makefile:1584: recipe for target 'all' failed make: *** [all] Error 2