From 0792b393b694f0fc8a45a7c7bb842cf94450a5af Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Sat, 7 Sep 2024 22:51:29 +0200 Subject: [PATCH] Add missing example files --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ccb076b..6af11da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,10 @@ EXTRA_DIST = Doxyfile \ examples/port_info.c \ examples/port_config.c \ examples/await_events.c \ - examples/handle_errors.c + examples/handle_errors.c \ + examples/send_receive.c \ + examples/examples.sln \ + examples/projects DISTCLEANFILES = ChangeLog -- 2.11.4.GIT