commit | 0d0ac75347267f7c12fc9b5b349bf9ef7f632347 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Mar 12 21:49:28 2024 +0100 |
committer | Jens Geyer <jensg@apache.org> | Tue Mar 12 22:33:15 2024 +0100 |
tree | 4761c710c4a0de8e6db4c8b7672523409f25710b | |
parent | 417eafd480324a596e080be6801da60575350496 [diff] |
Preparing 0.20.0
diff --git a/tutorial/swift/Makefile.am b/tutorial/swift/Makefile.am index f484560..e8b8b22 100644 --- a/tutorial/swift/Makefile.am +++ b/tutorial/swift/Makefile.am
@@ -31,3 +31,13 @@ tutorialclient: gen_swift swift run TutorialClient + +EXTRA_DIST = \ + Package.swift \ + swift-dep \ + Sources/TutorialClient/main.swift \ + Sources/TutorialRunner/main.swift \ + Sources/TutorialServer/main.swift \ + Sources/TutorialServer/CalculatorService.swift \ + README.md +