From f923ab1af2532c121e8c59c991583f444ccd5e15 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 3 Dec 2018 10:00:24 +0100 Subject: [PATCH] Do not include linphone-sdk in source code tarball. --- build/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 7463941c9..e8475f09d 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -39,6 +39,7 @@ set(CPACK_SOURCE_IGNORE_FILES "/\\\\..+" "OUTPUT" "WORK" + "linphone-sdk" "cmake_builder" "submodules" "qt5.spec"