aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2025-07-02 14:55:29 +0200
committerPierre Ossman <ossman@cendio.se>2025-07-02 14:55:29 +0200
commit6077860b35ccc4b9e4a2979afaeb1bbc3e75dc9c (patch)
treedfdfc31f02b345b43b94fb7ae4bdb34d3539cc92 /common/rfb/CMakeLists.txt
parentae12120f4c3749c487ba37271403981811d7047b (diff)
parent1cc5daeb9640a49b92e0df8f6badbc687ff66538 (diff)
downloadtigervnc-master.tar.gz
tigervnc-master.zip
Merge branch 'RHEL-34880' of github.com:casantos/tigervncHEADmaster
Diffstat (limited to 'common/rfb/CMakeLists.txt')
-rw-r--r--common/rfb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt
index e37142f8..23eb5e4f 100644
--- a/common/rfb/CMakeLists.txt
+++ b/common/rfb/CMakeLists.txt
@@ -76,7 +76,7 @@ if(WIN32)
endif(WIN32)
if(UNIX AND NOT APPLE)
- target_sources(rfb PRIVATE UnixPasswordValidator.cxx pam.c)
+ target_sources(rfb PRIVATE UnixPasswordValidator.cxx)
target_link_libraries(rfb ${PAM_LIBS})
endif()