summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2022-05-19 15:29:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-05-19 15:29:55 +0200
commitee52bead4d1508165b39e5a23b6d7d16cd1ba00a (patch)
tree4db62a87408383532d996968fb182f8c10dc86d2 /Makefile.am
parent9accb9a5be3cda1e63042bb31b99e0e0dc2bdd31 (diff)
downloadcurl-ee52bead4d1508165b39e5a23b6d7d16cd1ba00a.tar.gz
cmake: add libpsl support
Fixes #8865 Closes #8867
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 42a8d9dd5..f91c706fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ CMAKE_DIST = \
CMake/FindBrotli.cmake \
CMake/FindCARES.cmake \
CMake/FindGSS.cmake \
+ CMake/FindLibPSL.cmake \
CMake/FindLibSSH2.cmake \
CMake/FindMbedTLS.cmake \
CMake/FindMSH3.cmake \