From 9c5b26b8d9bdb168256566a2986c563187638e5a Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 4 Dec 2021 20:51:53 +0100 Subject: [PATCH] add project-config.jam to the root directory --- Makefile.am | 1 + project-config.jam | 0 2 files changed, 1 insertion(+) create mode 100644 project-config.jam diff --git a/Makefile.am b/Makefile.am index b94889d0963..f7264450fa9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,6 +122,7 @@ ED25519_SOURCE = \ EXTRA_DIST = \ Jamfile \ Jamroot.jam \ + project-config.jam \ CMakeLists.txt \ LibtorrentRasterbarConfig.cmake.in \ cmake/Modules/FindLibGcrypt.cmake \ diff --git a/project-config.jam b/project-config.jam new file mode 100644 index 00000000000..e69de29bb2d