Files
wolfssl/wrapper/Ada/include.am
mgrojo e6f09b8372 Ada: fixes for the No_Secondary_Stack restriction
- Align README.md and GPR files with the fact that the server no longer compiles with the No_Secondary_Stack restriction.
- Fix include.am to reference the new name for the adc file.
2025-03-31 23:27:31 +02:00

18 lines
622 B
Plaintext

# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
EXTRA_DIST+= wrapper/Ada/README.md
EXTRA_DIST+= wrapper/Ada/default.gpr
EXTRA_DIST+= wrapper/Ada/restricted.adc
EXTRA_DIST+= wrapper/Ada/ada_binding.c
EXTRA_DIST+= wrapper/Ada/tls_client_main.adb
EXTRA_DIST+= wrapper/Ada/tls_client.adb
EXTRA_DIST+= wrapper/Ada/tls_client.ads
EXTRA_DIST+= wrapper/Ada/tls_server_main.adb
EXTRA_DIST+= wrapper/Ada/tls_server.adb
EXTRA_DIST+= wrapper/Ada/tls_server.ads
EXTRA_DIST+= wrapper/Ada/user_settings.h
EXTRA_DIST+= wrapper/Ada/wolfssl.adb
EXTRA_DIST+= wrapper/Ada/wolfssl.ads